summaryrefslogtreecommitdiffstats
path: root/hcache.h
AgeCommit message (Collapse)Author
2007-09-17Include hcache backend version info in mutt -v outputRocco Rutte
2007-04-10Add hcache path name hookBrendan Cully
2006-05-18Use header_cache_t* instead of void* for header cache.Rocco Rutte
In hcache.c, the header_cache structure is defined to match the needs per DB backend used. Thus the interface uses void* abstract from it. This patch adds a 'header_cache' forward declaration to hcache.h so that we at least get a little more type safety.
2005-12-21I broke DB4 while refactoring hcache.c.Brendan Cully
2005-12-20Refactor header cache a bit to provide (fetch|store)_raw functions. TheseBrendan Cully
will let me keep folder metadata (UIDVALIDITY, NEXT, msg count etc) in the cache, which will help to sync more quickly.