From df3babef6d532cbd6e5b508b168d096ab9db2122 Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Sat, 11 Feb 2012 22:28:00 +0100 Subject: [PATCH] Revert "Removed unused mhlforward var." It had been the wrong variable... This reverts commit 4fbe60b6406be5253f50cc35b9d10e11f244da6f. --- config/config.c | 3 ++- h/mh.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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; -- 1.7.10.4