X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=acconfig.h;h=10866bf247a5c5935c69339bcad587402eb6dee1;hb=19b47ea980a98d01112d4bda1d220c7057818ff1;hp=29c66c0c59b6164d40707a9ae256e1ef2f5ea67f;hpb=cfc525a9b85207225cb4071d1d3b01e8d1db2424;p=mmh diff --git a/acconfig.h b/acconfig.h index 29c66c0..10866bf 100644 --- a/acconfig.h +++ b/acconfig.h @@ -22,10 +22,10 @@ * other programs which may modify your maildrops. * Currently you can only use one type. */ -#define DOT_LOCKING 1 -/* #define FCNTL_LOCKING 1 */ -/* #define LOCKF_LOCKING 1 */ -/* #define FLOCK_LOCKING 1 */ +#undef DOT_LOCKING +#undef FCNTL_LOCKING +#undef LOCKF_LOCKING +#undef FLOCK_LOCKING /* * If you have defined DOT_LOCKING, then the default is to @@ -115,12 +115,6 @@ #define DEFAULT_MESSAGE_MODE "600" /* - * The prefix which is prepended to the name of messages when they - * are "removed" by rmm. This should typically be `,' or `#' - */ -#define BACKUP_PREFIX "," - -/* * Name of link to file to which you are replying. */ #define LINK "@" @@ -159,6 +153,12 @@ @TOP@ /* + * The prefix which is prepended to the name of messages when they + * are "removed" by rmm. This should typically be `,' or `#' + */ +#define BACKUP_PREFIX "," + +/* * Define this if you want SMTP (simple mail transport protocol) * support. This is currently always enabled. */