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

Do not hold hcache open while mailbox is open - it can lead to lockups

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • imap/imap_private.h

    r5111 r5112  
    260260/* util.c */ 
    261261#ifdef USE_HCACHE 
    262 header_cache_t* imap_hcache_open (IMAP_DATA* idata, const char* path); 
     262int imap_hcache_open (IMAP_DATA* idata); 
     263void imap_hcache_close (IMAP_DATA* idata); 
    263264HEADER* imap_hcache_get (IMAP_DATA* idata, unsigned int uid); 
    264265int imap_hcache_put (IMAP_DATA* idata, HEADER* h);