changeset 6596:454829f6655b HEAD

imap_logout_format setting wasn't passed to imap process.
author Timo Sirainen <tss@iki.fi>
date Sun, 21 Oct 2007 17:00:35 +0300
parents 952540aef485
children 7b5b3b0c7002
files src/master/mail-process.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 		}
 		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=",