summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-07-29 16:13:25 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-07-29 16:13:25 +0300
commit376d5eef88acdbad3dcfa7f0bd87d9bd66feda61 (patch)
treee8fdc157cee232d628f5e7104586da0d56db5cc2
parentbae847821ac56157d4e0104a9bb274673cfa059f (diff)
downloadmailutils-376d5eef88acdbad3dcfa7f0bd87d9bd66feda61.tar.gz
mailutils-376d5eef88acdbad3dcfa7f0bd87d9bd66feda61.tar.bz2
Bugfix
* mda/lib/script.c: Restore the message-id-header configuration statement.
-rw-r--r--mda/lib/script.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mda/lib/script.c b/mda/lib/script.c
index 02816b300..1e08338e5 100644
--- a/mda/lib/script.c
+++ b/mda/lib/script.c
@@ -189,6 +189,10 @@ struct mu_cfg_param mda_script_cfg[] = {
" i - sieve instructions trace (MU_SIEVE_DEBUG_INSTR)\n"
" l - sieve action logs\n"),
N_("arg: string") },
+ { "message-id-header", mu_c_string, &message_id_header, 0, NULL,
+ N_("When logging Sieve actions, identify messages by the value of "
+ "this header."),
+ N_("name") },
{ NULL }
};

Return to:

Send suggestions and report system problems to the System administrator.