From c22c7be550bd0d3a7ab6cf343c439c3234cc2d0f Mon Sep 17 00:00:00 2001 From: SADA Kenji Date: Sun, 5 Aug 2001 18:01:19 +0000 Subject: [PATCH] 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(-) diff --git a/mail/dkimap4/files/patch-dboxpath.h b/mail/dkimap4/files/patch-dboxpath.h index a83782df4212..1aa73b5f7f67 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