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

Add hcache path name hook

Files:
1 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  {