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