Removed configure option --with-hash-prefix and moved backup-prefix to profile
[mmh] / config / config.c
index 9d961bd..1a7b72f 100644 (file)
@@ -338,6 +338,13 @@ char *whomproc = nmhbindir (/whom);
 char *sendmail = SENDMAILPATH;
 
 /*
+ * The prefix that is prepended to the name of message files when they
+ * are "removed" by rmm. This should typically be `,' or `#'.
+ */
+
+char *backup_prefix = ",";
+
+/*
  * This is the editor invoked by the various message
  * composition programs.  It SHOULD be a full screen
  * editor, such as vi or emacs, but any editor will work.