From 363b1cb86c8a06d811fc87ad30253c84ed3a0257 Mon Sep 17 00:00:00 2001 From: sada Date: Sun, 5 Aug 2001 18:01:19 +0000 Subject: Change default mail path to include a trailing '/'. PR: ports/29309 Submitted by: maintainer --- mail/dkimap4/files/patch-dboxpath.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/dkimap4') diff --git a/mail/dkimap4/files/patch-dboxpath.h b/mail/dkimap4/files/patch-dboxpath.h index a83782df421..1aa73b5f7f6 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 @@ -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 -- cgit