Changeset 3691
- Timestamp:
- 06/05/08 16:30:20
- Files:
-
- trunk/ChangeLog (modified) (2 diffs)
- trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r3690 r3691 1 2008-06-05 Philip Van Hoof <pvanhoof@gnome.org> 2 3 * Merging folder flags from LSUB 4 * Folders that are only in LSUB are flagged NoSelect automatically 5 1 6 2008-06-03 Sergio Villar Senin <svillar@igalia.com> 2 7 … … 54 59 directory (the one on top of cur, new and tmp). 55 60 61 >>>>>>> .r3690 56 62 2008-05-26 Philip Van Hoof <pvanhoof@gnome.org> 57 63 trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c
r3646 r3691 3536 3536 else { 3537 3537 fi->flags |= CAMEL_FOLDER_NONEXISTENT; 3538 fi->flags |= CAMEL_FOLDER_NOSELECT; 3538 3539 camel_folder_info_free(fi); 3539 3540 } … … 3542 3543 fi->flags |= CAMEL_FOLDER_SUBSCRIBED; 3543 3544 hfi->flags |= CAMEL_STORE_INFO_FOLDER_SUBSCRIBED; 3545 hfi->flags |= fi->flags; 3544 3546 } 3545 3547 if (j == 0) { … … 3771 3773 fi->flags |= CAMEL_FOLDER_SUBSCRIBED; 3772 3774 hfi->flags |= CAMEL_STORE_INFO_FOLDER_SUBSCRIBED; 3775 hfi->flags |= fi->flags; 3773 3776 } else { 3774 3777 hfi->unread = fi->unread;
