X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/df7b16cb148474b3b80dbf1e226e858cf1e47edb..459f09a7ac78cdf5b21773cf659cd0de6a76f44f:/config.h.in diff --git a/config.h.in b/config.h.in index 7b1c3fdc..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. @@ -241,6 +241,12 @@ */ #undef KPOP_PRINCIPAL +/* + * Define this to use the Cyrus SASL library for authentication of + * POP and SMTP + */ +#undef CYRUS_SASL + /* * Define this to compile support for using Hesiod to locate * pop servers into inc and msgchk. Do not change this value