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/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;