blob: 1aa73b5f7f671b33661747f54a17669d8678103a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- unixlib/dboxpath.h.orig Thu May 17 01:39:49 2001
+++ unixlib/dboxpath.h Mon Aug 6 02:52:11 2001
@@ -5,6 +5,7 @@
#include <string>
#include <libdbox.h>
+#include <paths.h>
#ifdef __MSDOS__
#define DIRCHAR "\\"
@@ -14,7 +15,9 @@
#define TEMPDIR "/tmp/"
-#define DKIMAP4DIR "/var/spool/dkimap/"
+#ifndef GLOBALMAILDIR
+#define GLOBALMAILDIR _PATH_MAILDIR "/"
+#endif
//#define DBOXSYSTEMDIR "%s" "system" DIRCHAR
//#define DBOXCLIENTDIR DBOXSYSTEMDIR "clients" DIRCHAR "%s" DIRCHAR
|