bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mailutils] Re: imap4d: no transcript with --foreground


From: Sergey Poznyakoff
Subject: Re: [bug-mailutils] Re: imap4d: no transcript with --foreground
Date: Thu, 24 Sep 2009 17:29:25 +0300

Simon Josefsson <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]