]> diplodocus.org Git - nmh/blobdiff - config.h.in
Still missed one SASL stuff thing.
[nmh] / config.h.in
index f8d23ba0455d241d68b53364d1e1d8e44538a082..00f7c37a7d791061a91ed1c5c21a040dcbb21318 100644 (file)
 #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.
  */
 /* 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.