Show
Ignore:
Timestamp:
2007-04-02 10:48:47 (22 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Add create flag to imap_mboxcache_get

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • imap/imap_private.h

    r4938 r5044  
    231231int imap_create_mailbox (IMAP_DATA* idata, char* mailbox); 
    232232int imap_rename_mailbox (IMAP_DATA* idata, IMAP_MBOX* mx, const char* newname); 
    233 IMAP_STATUS* imap_mboxcache_get (IMAP_DATA* idata, const char* mbox); 
     233IMAP_STATUS* imap_mboxcache_get (IMAP_DATA* idata, const char* mbox, 
     234                                 int create); 
    234235void imap_mboxcache_free (IMAP_DATA* idata); 
    235236int imap_make_msg_set (IMAP_DATA* idata, BUFFER* buf, int flag, int changed,