Changeset 5114:c72582d8023f for imap

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

Add hcache path name hook

Location:
imap
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • imap/imap.c

    r5112 r5114  
    15981598  url.path = (char*)mbox; 
    15991599  url_ciss_tostring (&url, urlstr, sizeof (urlstr), 0); 
    1600   hc = mutt_hcache_open (HeaderCache, urlstr); 
     1600  hc = mutt_hcache_open (HeaderCache, urlstr, NULL); 
    16011601  if (hc) 
    16021602  { 
  • imap/util.c

    r5112 r5114  
    8686  FREE (&mx.mbox); 
    8787 
    88   idata->hcache = mutt_hcache_open (HeaderCache, cachepath); 
     88  idata->hcache = mutt_hcache_open (HeaderCache, cachepath, NULL); 
    8989 
    9090  return idata->hcache != NULL ? 0 : -1;