Changeset 3691

Show
Ignore:
Timestamp:
06/05/08 16:30:20
Author:
pvanhoof
Message:

2008-06-05 Philip Van Hoof <pvanhoof@gnome.org>

        • Merging folder flags from LSUB
        • Folders that are only in LSUB are flagged NoSelect? automatically
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r3690 r3691  
     12008-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 
    162008-06-03  Sergio Villar Senin  <svillar@igalia.com> 
    27 
     
    5459        directory (the one on top of cur, new and tmp). 
    5560 
     61>>>>>>> .r3690 
    56622008-05-26  Philip Van Hoof <pvanhoof@gnome.org> 
    5763 
  • trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c

    r3646 r3691  
    35363536                                        else { 
    35373537                                                fi->flags |= CAMEL_FOLDER_NONEXISTENT; 
     3538                                                fi->flags |= CAMEL_FOLDER_NOSELECT; 
    35383539                                                camel_folder_info_free(fi); 
    35393540                                        } 
     
    35423543                                                fi->flags |= CAMEL_FOLDER_SUBSCRIBED; 
    35433544                                                hfi->flags |= CAMEL_STORE_INFO_FOLDER_SUBSCRIBED; 
     3545                                                hfi->flags |= fi->flags; 
    35443546                                        } 
    35453547                                        if (j == 0) { 
     
    37713773                                                        fi->flags |= CAMEL_FOLDER_SUBSCRIBED; 
    37723774                                                        hfi->flags |= CAMEL_STORE_INFO_FOLDER_SUBSCRIBED; 
     3775                                                        hfi->flags |= fi->flags; 
    37733776                                                } else { 
    37743777                                                        hfi->unread = fi->unread;