Made show(1) the default lproc. `list' and `display' changed a bit.
[mmh] / config / config.c
index 8d5bd7c..2ccf379 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.