Changeset 3698

Show
Ignore:
Timestamp:
06/09/08 10:55:58
Author:
robtaylor
Message:
  • libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c:

Some mail servers use a namespace for their inbox, but inbox
is also a top-level folder. This special-cases it so we get the
flags of INBOX and also do the rest of our INBOX special casing.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r3694 r3698  
     12008-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 
    182008-06-05  Mark Doffman  <mark.doffman@codethink.co.uk> 
    29         
  • trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c

    r3692 r3698  
    39663966                        delim = ns->personal->delim; 
    39673967                        has_d = TRUE; 
     3968                        if (g_ascii_strncasecmp (ns->personal->prefix, "INBOX", 5) == 0) { 
     3969                                get_folders_sync (imap_store, "%", ex); 
     3970                        } 
    39683971                } 
    39693972