Removed unused mhlforward var.
[mmh] / config / config.c
index 62852df..3515dd0 100644 (file)
@@ -62,8 +62,7 @@ char *digestcomps    = "digestcomps";      /* forw -digest */
 
 /* standard format (filter) files */
 char *mhlformat      = "mhl.format";       /* show         */
-char *mhlreply       = "mhl.reply";        /* repl -filter */
-char *mhlforward     = "mhl.forward";      /* forw -filter */
+char *mhlreply       = "mhl.reply";        /* repl         */
 
 
 /*
@@ -136,7 +135,7 @@ char *incproc = NMHBINDIR"/inc";
 ** the message to show. The string ``show -file'' is most likely what you
 ** want to be you lproc.
 */
-char *lproc = "show -file";
+char *lproc = NMHBINDIR"/show -file";
 
 /*
 ** This is the path for the Bell equivalent mail program.