summaryrefslogtreecommitdiff
path: root/lib/index.cc
AgeCommit message (Expand)Author
2018-05-26lib: expose notmuch_message_get_database()Daniel Kahn Gillmor
2018-05-14drop use of register keywordDavid Bremner
2017-12-08crypto: actually stash session keys when decrypt=trueDaniel Kahn Gillmor
2017-12-08crypto: record whether an actual decryption attempt happenedDaniel Kahn Gillmor
2017-12-08crypto: new decryption policy "auto"Daniel Kahn Gillmor
2017-12-08lib: convert notmuch decryption policy to an enumDaniel Kahn Gillmor
2017-12-08indexopts: change _try_decrypt to _decrypt_policyDaniel Kahn Gillmor
2017-12-04crypto: use stashed session-key properties for decryption, if availableDaniel Kahn Gillmor
2017-12-04crypto: add _notmuch_crypto_decrypt wrapper functionDaniel Kahn Gillmor
2017-10-21crypto: index encrypted parts when indexopts try_decrypt is set.Daniel Kahn Gillmor
2017-10-09lib: convert notmuch_bool_t to stdbool internallyJani Nikula
2017-09-17lib: index the content-type of the parts of encrypted messagesDaniel Kahn Gillmor
2017-09-17lib: index the content type of signature partsJani Nikula
2017-09-17lib: abstract content type indexingJani Nikula
2017-09-04lib&cli: use g_object_new instead of g_object_newvDavid Bremner
2017-07-14lib: paper over allocation differenceDavid Bremner
2017-07-14lib/cli: replace use of g_mime_message_get_senderDavid Bremner
2017-07-01lib/index: add simple html filterDavid Bremner
2017-07-01lib/index.cc: generalize filter state machineDavid Bremner
2017-07-01lib/index: separate state table definition from scanner.David Bremner
2017-07-01lib/index: generalize name of indexing filterDavid Bremner
2016-06-05Use https instead of http where possibleDaniel Kahn Gillmor
2016-06-05lib: whitespace cleanupTomi Ollila
2015-11-19lib: content disposition values are not case-sensitiveJani Nikula
2015-03-29lib: replace almost all fprintfs in library with _n_d_logDavid Bremner
2015-01-24Add indexing for the mimetype termTodd
2014-06-18lib: Index name and address of from/to headers as a phraseAustin Clements
2014-04-05lib: replace the header parser with gmimeJani Nikula
2014-04-05lib: drop support for single-message mbox filesJani Nikula
2013-09-14lib/cli: pass GMIME_ENABLE_RFC2047_WORKAROUNDS to g_mime_init()Jani Nikula
2012-12-24_notmuch_message_index_file: unref (free) address lists from gmime.David Bremner
2012-11-26lib: Reject multi-message mboxes and deprecate single-message mboxAustin Clements
2012-02-29Convert non-UTF-8 parts to UTF-8 before indexing themMichal Sojka
2011-12-29Ignore encrypted parts when indexing.Jameson Graef Rollins
2011-05-27tag signed/encrypted during notmuch newJameson Graef Rollins
2010-11-23Fix to index the "Re" term present in any subject.Carl Worth
2010-11-01lib: Add some missing static qualifiers.Carl Worth
2010-04-13Do not segfault on empty mime partsmartin f. krafft
2010-02-04Eliminate some useless gobject boilerplate.Carl Worth
2010-02-04notmuch new: Don't index uuencoded data.Carl Worth
2010-01-06Index content from citations and signatures.Carl Worth
2010-01-06database: Store mail filename as a new 'direntry' term, not as 'data'.Carl Worth
2009-12-01lib/index: Fix memory leak for email addresses without names.Carl Worth
2009-11-18TypsosIngmar Vanhassel
2009-11-12Don't create "contact" terms in the database.Carl Worth
2009-11-09libify: Move library sources down into lib directory.Carl Worth