Show
Ignore:
Timestamp:
2007-04-02 19:19:55 (20 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
  • browser.h

    r4343 r5052  
    5656}; 
    5757 
     58struct mailbox_state 
     59{ 
     60  unsigned int new; 
     61  unsigned int old; 
     62  unsigned int messages; 
     63}; 
    5864#endif /* _BROWSER_H */