X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config%2Fconfig.c;h=158dd7a3e208baa614e9fcea01cf10d00e2951b1;hp=2ccf37901c53ce40910ca52ebc0b6845ab67e7ec;hb=cd1299b02c2fbe61f408a8387402494364688337;hpb=fb0594cb913cab5e14e2c295b79eb48cc675bbbf diff --git a/config/config.c b/config/config.c index 2ccf379..158dd7a 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 */ @@ -62,8 +61,7 @@ char *digestcomps = "digestcomps"; /* forw -digest */ /* standard format (filter) files */ char *mhlformat = "mhl.format"; /* show */ -char *mhlreply = "mhl.reply"; /* repl -filter */ -char *mhlforward = "mhl.forward"; /* forw -filter */ +char *mhlreply = "mhl.reply"; /* repl */ /* @@ -119,11 +117,6 @@ char *mimetypequeryproc = "file -b --mime"; char *buildmimeproc = NMHBINDIR"/mhbuild"; /* -** This is the program to `cat' a file. -*/ -char *catproc = "/bin/cat"; - -/* ** This program is usually called directly by users, but it is ** also invoked by the spost program to process an "Fcc", or by ** comp/repl/forw/dist to refile a draft message. @@ -141,7 +134,7 @@ char *incproc = NMHBINDIR"/inc"; ** the message to show. The string ``show -file'' is most likely what you ** want to be you lproc. */ -char *lproc = "show -file"; +char *lproc = NMHBINDIR"/show -file"; /* ** This is the path for the Bell equivalent mail program. @@ -166,13 +159,13 @@ 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 program is called to remove a message by rmm or refile -nolink.