dovecot: imap_logout_format setting wasn't passed to imap process.

dovecot at dovecot.org dovecot at dovecot.org
Sun Oct 21 17:00:39 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/454829f6655b
changeset: 6596:454829f6655b
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Oct 21 17:00:35 2007 +0300
description:
imap_logout_format setting wasn't passed to imap process.

diffstat:

1 file changed, 2 insertions(+)
src/master/mail-process.c |    2 ++

diffs (12 lines):

diff -r 952540aef485 -r 454829f6655b src/master/mail-process.c
--- a/src/master/mail-process.c	Sun Oct 21 16:59:15 2007 +0300
+++ b/src/master/mail-process.c	Sun Oct 21 17:00:35 2007 +0300
@@ -308,6 +308,8 @@ mail_process_set_environment(struct sett
 		}
 		env_put(t_strconcat("IMAP_CLIENT_WORKAROUNDS=",
 				    set->imap_client_workarounds, NULL));
+		env_put(t_strconcat("IMAP_LOGOUT_FORMAT=",
+				    set->imap_logout_format, NULL));
 	}
 	if (set->protocol == MAIL_PROTOCOL_POP3) {
 		env_put(t_strconcat("POP3_CLIENT_WORKAROUNDS=",


More information about the dovecot-cvs mailing list