X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config%2Fconfig.c;h=2ccf37901c53ce40910ca52ebc0b6845ab67e7ec;hp=3cc7305ea4f28614e16b969f7ba93a611373b55e;hb=fb0594cb913cab5e14e2c295b79eb48cc675bbbf;hpb=3baec236a39c5c89a9bda8dbd988d643a21decc6 diff --git a/config/config.c b/config/config.c index 3cc7305..2ccf379 100644 --- a/config/config.c +++ b/config/config.c @@ -136,12 +136,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 = "show -file"; /* ** This is the path for the Bell equivalent mail program. @@ -198,17 +198,17 @@ char *showmimeproc = NMHBINDIR"/mhshow"; ** changed to a pager (such as "more" or "less") if you prefer ** that such message not be filtered in any way. */ -char *showproc = NMHLIBDIR"/mhl"; +char *showproc = NMHBINDIR"/mhl"; /* ** This is the program (mhl) used to filter messages. It is ** used by mhshow to filter and display the message headers of -** MIME messages. It is used by repl/forw (with -filter) -** to filter the message to which you are replying/forwarding. +** MIME messages. It is used by repl (with -filter) +** to filter the message to which you are replying. ** It is used by send/spost (with -filter) to filter the message ** for "Bcc:" recipients. */ -char *mhlproc = NMHLIBDIR"/mhl"; +char *mhlproc = NMHBINDIR"/mhl"; /* ** This program is called after comp, et. al., have built a draft