changeset 2726:8ba8f672dc3e HEAD

Enable outlook-idle workaround by default.
author Timo Sirainen <tss@iki.fi>
date Mon, 11 Oct 2004 15:05:08 +0300
parents ccd07e584938
children 8c82376938a8
files dovecot-example.conf src/master/master-settings.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dovecot-example.conf	Mon Oct 11 01:58:00 2004 +0300
+++ b/dovecot-example.conf	Mon Oct 11 15:05:08 2004 +0300
@@ -413,7 +413,7 @@
   #     workaround makes sure that Netscape never breaks by adding the line if
   #     it doesn't exist. This is done only for FETCH BODY[HEADER.FIELDS..]
   #     commands. Note that RFC says this shouldn't be done.
-  #imap_client_workarounds = 
+  #imap_client_workarounds = outlook-idle
 }
   
 ##
--- a/src/master/master-settings.c	Mon Oct 11 01:58:00 2004 +0300
+++ b/src/master/master-settings.c	Mon Oct 11 15:05:08 2004 +0300
@@ -287,7 +287,7 @@
 	/* imap */
 	MEMBER(imap_max_line_length) 65536,
 	MEMBER(imap_capability) NULL,
-	MEMBER(imap_client_workarounds) NULL,
+	MEMBER(imap_client_workarounds) "outlook-idle",
 
 	/* pop3 */
 	MEMBER(pop3_no_flag_updates) FALSE,