summaryrefslogtreecommitdiffstats
path: root/hcache.c
AgeCommit message (Expand)Author
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-12-17Parse and store mime headers in the BODY.Kevin McCarthy
2018-12-08Add $auto_subscribe variable.Kevin McCarthy
2018-06-01Correct spelling mistakes.Edward Betts
2017-02-08Fix build for bdb.Kevin McCarthy
2017-02-07Create function to free header cache data.Kevin McCarthy
2017-02-07Add Kyoto Cabinet support to the header cache.Kevin McCarthy
2017-02-04Fixes to the LMDB header cache. (closes #3691)Kevin McCarthy
2017-02-04Add LMDB backend support for header cache. (see #3691)Kevin McCarthy
2017-01-23Abstract the SPAM_LIST as a generic REPLACE_LISTDavid Champion
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-03-17Fix three build warnings when DEBUG isn't defined.Richard Russon
2016-03-16Fix tcbdb error reporting to use ecode, not errno.Kevin McCarthy
2016-03-16Fix crash in hcache_open_tc() when open fails and debug is on. (closes #3813)Kevin McCarthy
2015-07-23Fix compiler type warnings. (closes #3765)Kevin McCarthy
2015-01-17Fix the hcache type punning warning.Kevin McCarthy
2014-10-11hcache tcdb debug loggingBrendan Cully
2013-01-17use a separate flag for mutt_hcache_store() to signal that the gettimeofday()...Michael Elkins
2013-01-01Drop unneeded variable HEADER_CACHE that causes clang warnings.Matthias Andree
2011-07-13Invalidate header caches when spam rules change. closes #3473David Champion
2009-12-10Do not store header color in hcache.Dan Fandrich
2009-07-29Harmonize hcache uidvalidity size to unsigned int (per IMAP RFC).Brendan Cully
2009-07-22Properly restore addresses from hcache using rfc822_new_address(). Closes #3302.Kees Cook
2009-07-07Make hcache+bcache paths always UTF-8. Closes #3284.Rocco Rutte
2009-06-01More atoi() fixesRocco Rutte
2009-04-01Use PATH_MAX for buffers passed to realpath(3) as we're supposed toMiroslav Lichvar
2008-12-16Remove unused #include directivesErik Hovland
2008-09-25Support tokyocabinet (successor to qdbm). Closes #3112Emanuele Giaquinta
2008-07-10Prevent some pointers of 'struct body' being saved to hcacheRocco Rutte
2008-05-17When necessary, convert strings to utf-8 in the header cache.Rocco Rutte
2007-11-29Fix hcache build issue when building with gdbm if qdbm is installed, tooRocco Rutte
2007-09-17Include hcache backend version info in mutt -v outputRocco Rutte
2007-08-27Replace RFC md5 implementation with GPL version from coreutilsBrendan Cully
2007-04-10Try to unlink old header cache if open failsBrendan Cully
2007-04-10Refactor mutt_hcache_open to share more codeBrendan Cully
2007-04-10Save some stats when header cache already existsBrendan Cully
2007-04-10Make IMAP header cache layout match body cache.Brendan Cully
2007-04-10Add hcache path name hookBrendan Cully
2007-04-07Fix compiler warningsFabian Groffen
2007-04-05Fixup to detect qdbm includes in /usr/include/qdbm.Michael Elkins
2007-04-05Fix up QDBM autoconf test for arguments and includes in subdirectoriesBrendan Cully
2007-04-05Fix typo in 26b19fc9b78cBrendan Cully
2007-04-05Do not cache some unsafe header fields.Brendan Cully
2007-04-05Fix mh header caching (closes #2472)Brendan Cully
2007-04-05Version header cache against MD5 of structures on which it dependsBrendan Cully
2007-04-03Fix DB4 crash introduced in d5ab883ef90aBrendan Cully
2007-03-30Fix handling of DB4 hcache open failure. (closes: #2714)Daniel Burrows
2007-03-14Always give realpath a shot at the hcache folder name. Remove other hacks.Brendan Cully