diff options
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 6 |
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 |