From: markus schnalke Date: Sat, 11 Feb 2012 21:28:00 +0000 (+0100) Subject: Revert "Removed unused mhlforward var." X-Git-Tag: mmh-thesis-end~302 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=df3babef6d532cbd6e5b508b168d096ab9db2122;ds=sidebyside Revert "Removed unused mhlforward var." It had been the wrong variable... This reverts commit 4fbe60b6406be5253f50cc35b9d10e11f244da6f. --- diff --git a/config/config.c b/config/config.c index 3515dd0..20c62f5 100644 --- a/config/config.c +++ b/config/config.c @@ -62,7 +62,8 @@ char *digestcomps = "digestcomps"; /* forw -digest */ /* 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 --- 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 *mhlformat; extern char *mhlforward; extern char *mhlproc; extern char *mhlreply;