moreproc is now Pager/defaultpager; removed -moreproc flags; added env vars.
[mmh] / config / config.c
index 158dd7a..e9b3f2b 100644 (file)
@@ -146,7 +146,7 @@ char *mailproc = NMHBINDIR"/mhmail";
 ** by mhshow as the default method of displaying message bodies
 ** or message parts of type text/plain.
 */
-char *moreproc = "more";
+char *defaultpager = "more";
 
 /*
 ** This is the editor invoked by the various message
@@ -168,6 +168,12 @@ char *postproc = NMHBINDIR"/spost";
 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.
 */