Changeset 3698
- Timestamp:
- 06/09/08 10:55:58
- Files:
-
- trunk/ChangeLog (modified) (1 diff)
- trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r3694 r3698 1 2008-06-09 Rob Taylor <rob.taylor@codethink.co.uk> 2 3 * libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c: 4 Some mail servers use a namespace for their inbox, but inbox 5 is also a top-level folder. This special-cases it so we get the 6 flags of INBOX and also do the rest of our INBOX special casing. 7 1 8 2008-06-05 Mark Doffman <mark.doffman@codethink.co.uk> 2 9 trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c
r3692 r3698 3966 3966 delim = ns->personal->delim; 3967 3967 has_d = TRUE; 3968 if (g_ascii_strncasecmp (ns->personal->prefix, "INBOX", 5) == 0) { 3969 get_folders_sync (imap_store, "%", ex); 3970 } 3968 3971 } 3969 3972
