dovecot-2.0: imap_client_workarounds defaults to empty now, not ...
dovecot at dovecot.org
dovecot at dovecot.org
Tue Dec 15 01:31:01 EET 2009
details: http://hg.dovecot.org/dovecot-2.0/rev/c86764388c69
changeset: 10487:c86764388c69
user: Timo Sirainen <tss at iki.fi>
date: Mon Dec 14 18:30:55 2009 -0500
description:
imap_client_workarounds defaults to empty now, not deprecated outlook-idle.
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
src/imap/imap-settings.c | 2 +-
diffs (12 lines):
diff -r bef8da2e6b0c -r c86764388c69 src/imap/imap-settings.c
--- a/src/imap/imap-settings.c Mon Dec 14 15:11:51 2009 -0500
+++ b/src/imap/imap-settings.c Mon Dec 14 18:30:55 2009 -0500
@@ -83,7 +83,7 @@ static const struct imap_settings imap_d
.imap_max_line_length = 64*1024,
.imap_idle_notify_interval = 2*60,
.imap_capability = "",
- .imap_client_workarounds = "outlook-idle",
+ .imap_client_workarounds = "",
.imap_logout_format = "bytes=%i/%o",
.imap_id_send = "",
.imap_id_log = ""
More information about the dovecot-cvs
mailing list