]> git.marmaro.de Git - mmh/blobdiff - config/config.c
Now truly: Removed the unused variable mhlforward.
[mmh] / config / config.c
index 2ccf37901c53ce40910ca52ebc0b6845ab67e7ec..3515dd0810c2d079065ed89a8c3f41785a26f62d 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         */
 
 
 /*
@@ -118,11 +117,6 @@ char *mimetypequeryproc = "file -b --mime";
 */
 char *buildmimeproc = NMHBINDIR"/mhbuild";
 
-/*
-** This is the program to `cat' a file.
-*/
-char *catproc = "/bin/cat";
-
 /*
 ** This program is usually called directly by users, but it is
 ** also invoked by the spost program to process an "Fcc", or by
@@ -141,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.