X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config%2Fconfig.c;fp=config%2Fconfig.c;h=935c92d8ac15c35d57e631f816ead9e00c6223c0;hp=cfd5fe5b25927b91c8d6e113f53d5a5993e2f48d;hb=ca0b3e830b86700d9e5e31b1784de2bdcaf58fc5;hpb=12824674d1fad93674dbe77419326301f62f14bd diff --git a/config/config.c b/config/config.c index cfd5fe5..935c92d 100644 --- a/config/config.c +++ b/config/config.c @@ -150,14 +150,6 @@ char *mailspool = MAILSPOOL; */ /* -** The prefix that is prepended to the name of message files when they -** are backup'd for some reason. send, for instance, does this. -** Note: rmm does NOT anymore use the backup prefix. -** It should typically be set to `,' or `#'. -*/ -char *backup_prefix = ","; - -/* ** Folders (directories) are created with this protection (mode) */ char *foldprot = "0700";