dovecot-2.0: IDLE was listed twice in capabilities.

dovecot at dovecot.org dovecot at dovecot.org
Tue Jan 4 12:14:04 EET 2011


details:   http://hg.dovecot.org/dovecot-2.0/rev/d607cdd33f0c
changeset: 12544:d607cdd33f0c
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jan 04 12:14:02 2011 +0200
description:
IDLE was listed twice in capabilities.

diffstat:

 configure.in |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r a45ce2faf82a -r d607cdd33f0c configure.in
--- a/configure.in	Tue Jan 04 12:04:42 2011 +0200
+++ b/configure.in	Tue Jan 04 12:14:02 2011 +0200
@@ -2617,7 +2617,7 @@
 dnl IDLE doesn't really belong to banner. It's there just to make Blackberries
 dnl happy, because otherwise BIS server disables push email.
 capability_banner="IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE"
-capability="$capability_banner SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT IDLE CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS"
+capability="$capability_banner SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS"
 AC_DEFINE_UNQUOTED(CAPABILITY_STRING, "$capability", IMAP capabilities)
 AC_DEFINE_UNQUOTED(CAPABILITY_BANNER_STRING, "$capability_banner", IMAP capabilities advertised in banner) 
 


More information about the dovecot-cvs mailing list