X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config%2Fconfig.c;h=e9b3f2b3f7c108c0632865519d2e6f330b7cadbd;hp=158dd7a3e208baa614e9fcea01cf10d00e2951b1;hb=0c4214ea2aec6497d0d67b436bbee9bc1d225f1e;hpb=cd1299b02c2fbe61f408a8387402494364688337 diff --git a/config/config.c b/config/config.c index 158dd7a..e9b3f2b 100644 --- a/config/config.c +++ b/config/config.c @@ -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. */