bug-mailutils
[Top][All Lists]
Advanced

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

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


From: Simon Josefsson
Subject: [bug-mailutils] Re: imap4d: no transcript with --foreground
Date: Thu, 24 Sep 2009 17:45:11 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux)

Sergey Poznyakoff <address@hidden> writes:

> 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:

Yes, that works fine.

Thanks,
/Simon

> 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]