Remove the rcvstoreproc/rcvpackproc vars.
[mmh] / config / config.c
index c02243d..fa0b0fc 100644 (file)
@@ -129,7 +129,7 @@ char *listproc = "show -file";
 /*
 ** This is the path for the Bell equivalent mail program.
 */
-char *mailproc = NMHBINDIR"/mhmail";
+char *mailproc = "mhmail";
 
 /*
 ** This is used by mhl as a front-end.  It is also used
@@ -152,18 +152,6 @@ char *defaulteditor = "vi";
 char *postproc = NMHBINDIR"/spost";
 
 /*
-** This is program is called by slocal to handle
-** the action `folder' or `+'.
-*/
-char *rcvstoreproc = NMHBINDIR"/rcvstore";
-
-/*
-** This is program is called by slocal to handle
-** the action `file', `mbox' or `>'.
-*/
-char *rcvpackproc = NMHBINDIR"/rcvpack";
-
-/*
 ** This program is called to remove a message by rmm or refile -nolink.
 ** It's usually empty, which means to rename the file to a backup name.
 */