Changeset 3780
- Timestamp:
- 10/20/08 11:17:19
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
releases/modest/diablo-pe2/ChangeLog
r3774 r3780 1 2008-10-20 Jose Dapena Paz <jdapena@igalia.com> 2 3 * Disable IMAP IDLE support as it's still broken and 4 can cause hangs. 5 1 6 2008-10-06 Sergio Villar Senin <svillar@igalia.com> 2 7 releases/modest/diablo-pe2/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c
r3764 r3780 74 74 #include "camel-imap-summary.h" 75 75 #include "camel-imap-utils.h" 76 77 /* Commented for now as IDLE implementation is broken */ 78 /* #define IMAP_IDLE_ENABLED */ 76 79 77 80 #if !GLIB_CHECK_VERSION (2, 8, 0) … … 769 772 { "LOGINDISABLED", IMAP_CAPABILITY_LOGINDISABLED }, 770 773 { "CONDSTORE", IMAP_CAPABILITY_CONDSTORE }, 774 #ifdef IMAP_IDLE_ENABLED 771 775 { "IDLE", IMAP_CAPABILITY_IDLE }, 776 #endif 772 777 { "BINARY", IMAP_CAPABILITY_BINARY }, 773 778 { "QRESYNC", IMAP_CAPABILITY_QRESYNC },
