diff options
Diffstat (limited to 'mail/sylpheed2/files/patch-ac')
-rw-r--r-- | mail/sylpheed2/files/patch-ac | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/mail/sylpheed2/files/patch-ac b/mail/sylpheed2/files/patch-ac index 7fa827481777..86cde54e6a53 100644 --- a/mail/sylpheed2/files/patch-ac +++ b/mail/sylpheed2/files/patch-ac @@ -1,6 +1,6 @@ ---- src/defs.h.orig Thu Nov 9 01:28:14 2000 -+++ src/defs.h Thu Nov 9 01:28:24 2000 -@@ -57,8 +57,8 @@ +--- src/defs.h.orig Mon Sep 3 01:07:32 2001 ++++ src/defs.h Mon Sep 3 04:50:35 2001 +@@ -58,8 +58,8 @@ #define MARK_VERSION 2 #define DEFAULT_SIGNATURE ".signature" @@ -10,4 +10,13 @@ +#define DEFAULT_INC_PROGRAM "" /* #define DEFAULT_INC_PATH "/usr/bin/imget" */ /* #define DEFAULT_INC_PROGRAM "imget" */ + #define DEFAULT_SENDMAIL_CMD "/usr/sbin/sendmail -t" +@@ -67,7 +67,7 @@ + #ifdef _PATH_MAILDIR + # define DEFAULT_SPOOL_PATH _PATH_MAILDIR + #else +-# define DEFAULT_SPOOL_PATH "/var/spool/mail" ++# define DEFAULT_SPOOL_PATH "/var/mail" + #endif + #define BUFFSIZE 8192 |