X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config%2Fconfig.c;h=2ccf37901c53ce40910ca52ebc0b6845ab67e7ec;hp=8d5bd7cd2d88de1334f841f1d6be4691a1d65d4b;hb=fb0594cb913cab5e14e2c295b79eb48cc675bbbf;hpb=451a4d8564d347d126725760c2e20d924ec29dc0 diff --git a/config/config.c b/config/config.c index 8d5bd7c..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.