X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config%2Fconfig.c;h=5d11ef316f7ee62cdfbe1790016c1add16cfafed;hp=f5471a9cbdf24d588fe58bc5d5d36cd3f9090889;hb=337338b404931f06f0db2119c9e145e8ca5a9860;hpb=a485ed478abbd599d8c9aab48934e7a26733ecb1 diff --git a/config/config.c b/config/config.c index f5471a9..5d11ef3 100644 --- a/config/config.c +++ b/config/config.c @@ -121,7 +121,7 @@ char *mhlformat = "mhl.format"; /* show */ char *mhlreply = "mhl.reply"; /* repl -filter */ char *mhlforward = "mhl.forward"; /* forw -filter */ -char *draft = "draft"; +char *draftfolder = "drafts"; char *inbox = "Inbox"; char *defaultfolder = "inbox"; @@ -293,11 +293,6 @@ char *showproc = nmhlibdir (/mhl); char *whatnowproc = nmhbindir (/whatnow); /* - * This program is called to list/validate the addresses in a message. - */ -char *whomproc = nmhbindir (/whom); - -/* * This is the sendmail interface to use for sending mail. */ char *sendmail = SENDMAILPATH;