#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.