diff options
author | sada <sada@FreeBSD.org> | 2001-08-05 18:01:19 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2001-08-05 18:01:19 +0000 |
commit | 363b1cb86c8a06d811fc87ad30253c84ed3a0257 (patch) | |
tree | 6aaf3047aa1eb4e6858b4a0d48df479ff6a28d88 /mail/dkimap4/files | |
parent | 150b86c726579a885a346e5982dea648ed2aeec8 (diff) | |
download | FreeBSD-ports-363b1cb86c8a06d811fc87ad30253c84ed3a0257.zip FreeBSD-ports-363b1cb86c8a06d811fc87ad30253c84ed3a0257.tar.gz |
Change default mail path to include a trailing '/'.
PR: ports/29309
Submitted by: maintainer
Diffstat (limited to 'mail/dkimap4/files')
-rw-r--r-- | mail/dkimap4/files/patch-dboxpath.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/dkimap4/files/patch-dboxpath.h b/mail/dkimap4/files/patch-dboxpath.h index a83782d..1aa73b5 100644 --- a/mail/dkimap4/files/patch-dboxpath.h +++ b/mail/dkimap4/files/patch-dboxpath.h @@ -1,5 +1,5 @@ ---- unixlib/dboxpath.h.orig Wed May 16 18:39:49 2001 -+++ unixlib/dboxpath.h Mon Jun 18 00:08:26 2001 +--- 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> @@ -14,7 +14,7 @@ -#define DKIMAP4DIR "/var/spool/dkimap/" +#ifndef GLOBALMAILDIR -+#define GLOBALMAILDIR _PATH_MAILDIR ++#define GLOBALMAILDIR _PATH_MAILDIR "/" +#endif //#define DBOXSYSTEMDIR "%s" "system" DIRCHAR |