dovecot-2.0: imap: Removed a no-op outlook-idle imap client work...
dovecot at dovecot.org
dovecot at dovecot.org
Tue Jun 1 18:58:21 EEST 2010
details: http://hg.dovecot.org/dovecot-2.0/rev/d4b29a288fa1
changeset: 11443:d4b29a288fa1
user: Timo Sirainen <tss at iki.fi>
date: Tue Jun 01 16:58:17 2010 +0100
description:
imap: Removed a no-op outlook-idle imap client workaround.
diffstat:
src/imap/imap-settings.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r 22699553569f -r d4b29a288fa1 src/imap/imap-settings.c
--- a/src/imap/imap-settings.c Tue Jun 01 16:57:55 2010 +0100
+++ b/src/imap/imap-settings.c Tue Jun 01 16:58:17 2010 +0100
@@ -116,7 +116,6 @@
static const struct imap_client_workaround_list imap_client_workaround_list[] = {
{ "delay-newmail", WORKAROUND_DELAY_NEWMAIL },
- { "outlook-idle", 0 }, /* only for backwards compatibility */
{ "tb-extra-mailbox-sep", WORKAROUND_TB_EXTRA_MAILBOX_SEP },
{ NULL, 0 }
};
More information about the dovecot-cvs
mailing list