Changeset 3731
- Timestamp:
- 07/31/08 19:03:01
- 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
r3730 r3731 1 2008-07-31 Jose Dapena Paz <jdapena@igalia.com> 2 3 * libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c: 4 Check on fetching folder info if the top folder is inbox (should fix 5 inbox detection in dovecot). 6 1 7 2008-07-28 Jürg Billeter <j@bitron.ch> 2 8 trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c
r3725 r3731 4163 4163 4164 4164 fi = camel_folder_info_build (folders, top, '/', TRUE); 4165 /* for the case the inbox itself has been synthesized here (hack for dovecot) */ 4166 if (!g_ascii_strcasecmp(fi->full_name, "inbox")) 4167 fi->flags = (fi->flags & ~CAMEL_FOLDER_TYPE_MASK) | CAMEL_FOLDER_TYPE_INBOX; 4165 4168 g_ptr_array_free (folders, TRUE); 4166 4169 g_free(name);
