X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config%2Fconfig.c;h=1a7b72f6f9ced53b6c38bb06e5d1d1cd2eceae8b;hp=9d961bdb59954c71eecabf51e13d8f8eea2f173e;hb=6c40d481d661d532dd527eaf34cebb6d3f8ed086;hpb=bd2221448c3c545993ccf6f20365f01b5e9782e9 diff --git a/config/config.c b/config/config.c index 9d961bd..1a7b72f 100644 --- a/config/config.c +++ b/config/config.c @@ -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.