Add "--with-backup-prefix" so it can be set easily.
[mmh] / acconfig.h
index 29c66c0..51ac68f 100644 (file)
 #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 "@"
 @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.
  */