]> git.notmuchmail.org Git - notmuch/history - lib/index.cc
Merge branch 'release'
[notmuch] / lib / index.cc
2019-03-06 David BremnerMerge branch 'release'
2019-02-17 David BremnerMerge tag '0.28.2'
2019-02-17 David Bremnernotmuch (0.28.2-1) unstable; urgency=medium
2019-02-17 David BremnerImport notmuch_0.28.2.orig.tar.gz
2019-02-10 David BremnerMerge branch 'release'
2019-02-01 David BremnerMerge tag '0.28.1'
2018-10-21 Daniel Kahn Gillmorindex: explicitly follow GObject conventions
2018-06-29 David Bremnernotmuch (0.27-2) unstable; urgency=medium
2018-06-13 David BremnerImport notmuch_0.27.orig.tar.gz
2018-05-26 Daniel Kahn Gillmorlib: expose notmuch_message_get_database()
2018-05-15 David Bremnerdrop use of register keyword
2017-12-09 David BremnerMerge branch 'release'
2017-12-08 Daniel Kahn Gillmorcrypto: actually stash session keys when decrypt=true
2017-12-08 Daniel Kahn Gillmorcrypto: record whether an actual decryption attempt...
2017-12-08 Daniel Kahn Gillmorcrypto: new decryption policy "auto"
2017-12-08 Daniel Kahn Gillmorlib: convert notmuch decryption policy to an enum
2017-12-08 Daniel Kahn Gillmorindexopts: change _try_decrypt to _decrypt_policy
2017-12-05 Daniel Kahn Gillmorcrypto: use stashed session-key properties for decrypti...
2017-12-05 Daniel Kahn Gillmorcrypto: add _notmuch_crypto_decrypt wrapper function
2017-11-06 David BremnerMerge branch 'release'
2017-10-21 Daniel Kahn Gillmorcrypto: index encrypted parts when indexopts try_decryp...
2017-10-10 Jani Nikulalib: convert notmuch_bool_t to stdbool internally
2017-09-17 Daniel Kahn Gillmorlib: index the content-type of the parts of encrypted...
2017-09-17 Jani Nikulalib: index the content type of signature parts
2017-09-17 Jani Nikulalib: abstract content type indexing
2017-09-12 David BremnerMerge tag '0.25.1'
2017-09-04 David Bremnerlib&cli: use g_object_new instead of g_object_newv
2017-07-15 David Bremnerlib: paper over allocation difference
2017-07-14 David Bremnerlib/cli: replace use of g_mime_message_get_sender
2017-07-04 David BremnerMerge branch 'release'
2017-07-02 David BremnerMerge branch 'debian'
2017-07-01 David Bremnerlib/index: add simple html filter
2017-07-01 David Bremnerlib/index.cc: generalize filter state machine
2017-07-01 David Bremnerlib/index: separate state table definition from scanner.
2017-07-01 David Bremnerlib/index: generalize name of indexing filter
2016-09-09 David BremnerMerge branch 'release'
2016-07-19 David BremnerMerge branch 'release'
2016-06-05 Daniel Kahn GillmorUse https instead of http where possible
2016-06-05 Tomi Ollilalib: whitespace cleanup
2015-11-23 David BremnerMerge branch 'release'
2015-11-19 Jani Nikulalib: content disposition values are not case-sensitive
2015-03-28 David Bremnerlib: replace almost all fprintfs in library with _n_d_log
2015-01-24 ToddAdd indexing for the mimetype term
2014-06-22 David BremnerMerge branch 'release'
2014-06-18 Austin Clementslib: Index name and address of from/to headers as a...
2014-04-05 Jani Nikulalib: replace the header parser with gmime
2014-04-05 Jani Nikulalib: drop support for single-message mbox files
2013-09-14 Jani Nikulalib/cli: pass GMIME_ENABLE_RFC2047_WORKAROUNDS to g_mim...
2012-12-24 David Bremner_notmuch_message_index_file: unref (free) address lists...
2012-11-27 Austin Clementslib: Reject multi-message mboxes and deprecate single...
2012-02-29 Michal SojkaConvert non-UTF-8 parts to UTF-8 before indexing them
2012-02-04 David BremnerMerge commit '0.11.1'
2012-01-14 David BremnerMerge branch 'release'
2011-12-29 Jameson Graef RollinsIgnore encrypted parts when indexing.
2011-05-27 Jameson Graef Rollinstag signed/encrypted during notmuch new
2010-11-24 Carl WorthFix to index the "Re" term present in any subject.
2010-11-08 Carl WorthMerge in ruby bindings.
2010-11-02 Carl Worthlib: Add some missing static qualifiers.
2010-04-22 Carl WorthMerge Sebastian Spaeth's python bindings into bindings...
2010-04-13 martin f. krafftDo not segfault on empty mime parts
2010-04-06 Carl WorthMerge branch 'debian' into rebuild
2010-02-05 Carl WorthEliminate some useless gobject boilerplate.
2010-02-05 Carl Worthnotmuch new: Don't index uuencoded data.
2010-01-21 martin f. krafftMerge branch 'upstream'
2010-01-06 Carl WorthIndex content from citations and signatures.
2010-01-06 Carl Worthdatabase: Store mail filename as a new 'direntry' term...
2009-12-05 Jameson Graef Rollinsmerge changes from upstream
2009-12-01 Carl Worthlib/index: Fix memory leak for email addresses without...
2009-11-18 Ingmar VanhasselTypsos
2009-11-12 Carl WorthDon't create "contact" terms in the database.
2009-11-10 Carl Worthlibify: Move library sources down into lib directory.