X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config%2Fconfig.c;h=3515dd0810c2d079065ed89a8c3f41785a26f62d;hp=8d5bd7cd2d88de1334f841f1d6be4691a1d65d4b;hb=3e1e29cd0fdaf54117d35f27525fb440e854ed0e;hpb=451a4d8564d347d126725760c2e20d924ec29dc0 diff --git a/config/config.c b/config/config.c index 8d5bd7c..3515dd0 100644 --- a/config/config.c +++ b/config/config.c @@ -62,8 +62,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 +118,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. @@ -136,12 +130,12 @@ char *fileproc = NMHBINDIR"/refile"; char *incproc = NMHBINDIR"/inc"; /* -** This is the default program invoked by a "list" response -** at the "What now?" prompt. It is also used by the draft -** folder facility in comp/dist/forw/repl to display the -** draft message. +** This is the default program invoked by a "list" or "display" response +** at the "What now?" prompt. It will be given the absolute pathname of +** the message to show. The string ``show -file'' is most likely what you +** want to be you lproc. */ -char *lproc = "more"; +char *lproc = NMHBINDIR"/show -file"; /* ** This is the path for the Bell equivalent mail program.