X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config%2Fconfig.c;h=e9b3f2b3f7c108c0632865519d2e6f330b7cadbd;hp=3515dd0810c2d079065ed89a8c3f41785a26f62d;hb=0c4214ea2aec6497d0d67b436bbee9bc1d225f1e;hpb=4fbe60b6406be5253f50cc35b9d10e11f244da6f diff --git a/config/config.c b/config/config.c index 3515dd0..e9b3f2b 100644 --- a/config/config.c +++ b/config/config.c @@ -14,7 +14,6 @@ ** nmh globals */ -char *mhlibdir = NMHLIBDIR; char *mhetcdir = NMHETCDIR; char *invo_name; /* command invocation name */ @@ -147,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 @@ -160,13 +159,19 @@ char *defaulteditor = "vi"; ** This is the delivery program called by send to actually ** deliver mail to users. This is the interface to the MTS. */ -char *postproc = NMHLIBDIR"/spost"; +char *postproc = NMHBINDIR"/spost"; /* ** This is program is called by slocal to handle ** the action `folder' or `+'. */ -char *rcvstoreproc = NMHLIBDIR"/rcvstore"; +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.