Now truly: Removed the unused variable mhlforward.
authormarkus schnalke <meillo@marmaro.de>
Sat, 11 Feb 2012 21:29:39 +0000 (22:29 +0100)
committermarkus schnalke <meillo@marmaro.de>
Sat, 11 Feb 2012 21:29:39 +0000 (22:29 +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         */
-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..23b340a 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
@@ -308,7 +308,6 @@ extern char *mailproc;
 extern char *mailspool;
 extern char *mh_seq;
 extern char *mhlformat;
-extern char *mhlforward;
 extern char *mhlproc;
 extern char *mhlreply;
 extern char *mimetypequery;