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

Add hook for proper IMAP unseen count in mailbox browser

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • imap/imap.h

    r5028 r5052  
    5151/* browse.c */ 
    5252int imap_browse (char* path, struct browser_state* state); 
     53int imap_mailbox_state (const char* path, struct mailbox_state* state); 
    5354int imap_mailbox_create (const char* folder); 
    5455int imap_mailbox_rename (const char* mailbox);