]> git.marmaro.de Git - mmh/blobdiff - config/config.c
Made show(1) the default lproc. `list' and `display' changed a bit.
[mmh] / config / config.c
index 8d5bd7cd2d88de1334f841f1d6be4691a1d65d4b..2ccf37901c53ce40910ca52ebc0b6845ab67e7ec 100644 (file)
@@ -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.