Changeset 3160

Show
Ignore:
Timestamp:
12/19/07 22:40:11
Author:
pvanhoof
Message:

Bugfix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c

    r3159 r3160  
    37233723                if (top[0] == 0) { 
    37243724                        if (imap_store->namespace && imap_store->namespace[0]) { 
    3725                                 get_folders_sync(imap_store, "INBOX", ex); 
     3725                                get_folders_sync (imap_store, "INBOX", ex); 
    37263726                                if (camel_exception_is_set(ex)) 
    37273727                                        goto fail;