summaryrefslogtreecommitdiff
path: root/mail/sylpheed3/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'mail/sylpheed3/files/patch-ac')
-rw-r--r--mail/sylpheed3/files/patch-ac22
1 files changed, 0 insertions, 22 deletions
diff --git a/mail/sylpheed3/files/patch-ac b/mail/sylpheed3/files/patch-ac
deleted file mode 100644
index 86cde54e6a53..000000000000
--- a/mail/sylpheed3/files/patch-ac
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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"
--#define DEFAULT_INC_PATH "/usr/bin/mh/inc"
--#define DEFAULT_INC_PROGRAM "inc"
-+#define DEFAULT_INC_PATH ""
-+#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