Removed unused mhlforward var.
authormarkus schnalke <meillo@marmaro.de>
Sat, 11 Feb 2012 21:24:21 +0000 (22:24 +0100)
committermarkus schnalke <meillo@marmaro.de>
Sat, 11 Feb 2012 21:24:21 +0000 (22:24 +0100)
config/config.c
h/mh.h

index 20c62f5..3515dd0 100644 (file)
@@ -62,8 +62,7 @@ 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 -filter */
-char *mhlforward     = "mhl.forward";      /* forw -filter */
+char *mhlreply       = "mhl.reply";        /* repl         */
 
 
 /*
 
 
 /*
diff --git a/h/mh.h b/h/mh.h
index 2775db8..0903267 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
@@ -307,7 +307,6 @@ 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;