X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/cfc525a9b85207225cb4071d1d3b01e8d1db2424..84546c458ff514a547b40d436259b77661565e9b:/config.h.in diff --git a/config.h.in b/config.h.in index f8d23ba0..00f7c37a 100644 --- a/config.h.in +++ b/config.h.in @@ -115,12 +115,6 @@ #define DEFAULT_FOLDER_MODE "700" #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. */ @@ -206,6 +200,12 @@ /* Define vfork as fork if vfork does not work. */ #undef vfork +/* + * 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.