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

Add $message_cache_clean option to prune message cache on sync

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • imap/imap_private.h

    r5115 r5120  
    257257char* imap_set_flags (IMAP_DATA* idata, HEADER* h, char* s); 
    258258int imap_cache_del (IMAP_DATA* idata, HEADER* h); 
     259int imap_cache_clean (IMAP_DATA* idata); 
    259260 
    260261/* util.c */