Revert "Removed unused mhlforward var."
authormarkus schnalke <meillo@marmaro.de>
Sat, 11 Feb 2012 21:28:00 +0000 (22:28 +0100)
committermarkus schnalke <meillo@marmaro.de>
Sat, 11 Feb 2012 21:28:00 +0000 (22:28 +0100)
It had been the wrong variable...

This reverts commit 4fbe60b6406be5253f50cc35b9d10e11f244da6f.

config/config.c
h/mh.h

index 3515dd0..20c62f5 100644 (file)
@@ -62,7 +62,8 @@ char *digestcomps    = "digestcomps";      /* forw -digest */
 
 /* standard format (filter) files */
 char *mhlformat      = "mhl.format";       /* show         */
 
 /* standard format (filter) files */
 char *mhlformat      = "mhl.format";       /* show         */
-char *mhlreply       = "mhl.reply";        /* repl         */
+char *mhlreply       = "mhl.reply";        /* repl -filter */
+char *mhlforward     = "mhl.forward";      /* forw -filter */
 
 
 /*
 
 
 /*
diff --git a/h/mh.h b/h/mh.h
index 0903267..2775db8 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
@@ -307,6 +307,7 @@ extern char *mhetcdir;
 extern char *mailproc;
 extern char *mailspool;
 extern char *mh_seq;
 extern char *mailproc;
 extern char *mailspool;
 extern char *mh_seq;
+extern char *mhlformat;
 extern char *mhlforward;
 extern char *mhlproc;
 extern char *mhlreply;
 extern char *mhlforward;
 extern char *mhlproc;
 extern char *mhlreply;