Simon Josefsson <[email protected]> ha escrit:
> Or use a global 'transcript' directive that applies to imap4d generally?
Yes, that's the simplest way. Please, try this:
diff --git a/imap4d/imap4d.c b/imap4d/imap4d.c
index 55917fa..8136018 100644
--- a/imap4d/imap4d.c
+++ b/imap4d/imap4d.c
@@ -341,6 +341,8 @@ static struct mu_cfg_param imap4d_cfg_param[] = {
N_("List of fields to return in response to ID command.") },
{ ".server", mu_cfg_section, NULL, 0, NULL,
N_("Server configuration.") },
+ { "transcript", mu_cfg_bool, &imap4d_transcript, 0, NULL,
+ N_("Enable transcript globally") },
TCP_WRAPPERS_CONFIG
{ NULL }
};
Regards,
Sergey
_______________________________________________
Bug-mailutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-mailutils