summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-03-25 02:32:52 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-03-25 02:32:52 +0800
commit204095a30efad010887d026ac8cc41b666ac0ce5 (patch)
tree7e2b31d864c8398e88895df4758e353de207bf0f /include
parente5feb89dc8942194a0b8736b7d25778f84e5d37d (diff)
downloadpttbbs-204095a30efad010887d026ac8cc41b666ac0ce5.tar
pttbbs-204095a30efad010887d026ac8cc41b666ac0ce5.tar.gz
pttbbs-204095a30efad010887d026ac8cc41b666ac0ce5.tar.bz2
pttbbs-204095a30efad010887d026ac8cc41b666ac0ce5.tar.lz
pttbbs-204095a30efad010887d026ac8cc41b666ac0ce5.tar.xz
pttbbs-204095a30efad010887d026ac8cc41b666ac0ce5.tar.zst
pttbbs-204095a30efad010887d026ac8cc41b666ac0ce5.zip
mutt
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@65 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/config.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 3eb6e64a..eb1ea28f 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1,4 +1,4 @@
-/* $Id: config.h,v 1.1 2002/03/07 15:13:48 in2 Exp $ */
+/* $Id: config.h,v 1.2 2002/03/24 18:32:52 in2 Exp $ */
#ifndef INCLUDE_CONFIG_H
#define INCLUDE_CONFIG_H
@@ -69,6 +69,10 @@
#define TAR_PATH "tar"
#endif
+#ifndef MUTT_PATH
+#define MUTT_PATH "mutt"
+#endif
+
#ifndef HBFLexpire
#define HBFLexpire (432000) /* 5 days */
#endif