mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-22 08:04:20 +01:00
1c8ed3236a
Signed-off-by: main <magic_rb@redalder.org>
30 lines
855 B
Diff
30 lines
855 B
Diff
From 205aad195842ce19350261849d6378b39e00b11c Mon Sep 17 00:00:00 2001
|
|
From: main <magic_rb@redalder.org>
|
|
Date: Sun, 10 Apr 2022 15:35:10 +0200
|
|
Subject: [PATCH] dont reset path
|
|
|
|
---
|
|
libs/maildrop/main.C | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/libs/maildrop/main.C b/libs/maildrop/main.C
|
|
index efc7d1f..daf9d2d 100644
|
|
--- a/libs/maildrop/main.C
|
|
+++ b/libs/maildrop/main.C
|
|
@@ -66,8 +66,8 @@ int quota_warn_percent = -1;
|
|
const char *quota_warn_message=0;
|
|
|
|
static const char *defaults_vars[]={"LOCKEXT","LOCKSLEEP","LOCKTIMEOUT",
|
|
- "LOCKREFRESH", "PATH", "SENDMAIL",
|
|
+ "LOCKREFRESH", "SENDMAIL",
|
|
"MAILDIRQUOTA"};
|
|
static const char *defaults_vals[]={LOCKEXT_DEF,LOCKSLEEP_DEF,LOCKTIMEOUT_DEF,
|
|
- LOCKREFRESH_DEF, DEFAULT_PATH,
|
|
+ LOCKREFRESH_DEF,
|
|
SENDMAIL_DEF, ""};
|
|
|
|
Maildrop maildrop;
|
|
--
|
|
2.35.1
|
|
|