Removed the draft message in favor for a consistent draft folder facility
[mmh] / config / config.c
index f5471a9..5d11ef3 100644 (file)
@@ -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;