blob: 58aab9a047620b381299173e8c948d8f7e854f22 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- libsylph/defs.h.orig 2012-03-26 07:27:43 UTC
+++ libsylph/defs.h
@@ -89,8 +89,8 @@
#else
# define DEFAULT_SIGNATURE ".signature"
#endif
-#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 -i"
@@ -103,7 +103,7 @@
#ifdef _PATH_MAILDIR
# define DEFAULT_SPOOL_PATH _PATH_MAILDIR
#else
-# define DEFAULT_SPOOL_PATH "/var/spool/mail"
+# define DEFAULT_SPOOL_PATH "/var/spool"
#endif
#define BUFFSIZE 8192
|