]> git.notmuchmail.org Git - notmuch/history - lib
emacs: Various cosmetic changes
[notmuch] / lib /
2020-08-10 Jonas Bernoulliemacs: Use makefile-gmake-mode in Makefile*s
2020-08-04 David Bremnertest: regression test for traversing config list with...
2020-08-03 David Bremnerlib: fix return value for n_directory_delete
2020-08-03 David Bremnerlib: catch exceptions in n_directory_get_child_files
2020-08-03 David Bremnerlib: catch exceptions in n_directory_get_child_directories
2020-08-03 David Bremnerlib: return NULL from n_d_get_default_indexopts on...
2020-07-28 David Bremnerlib: replace use of static_cast for writable databases
2020-07-28 David Bremnerlib: encapsulate the use of notmuch_database_t field...
2020-07-28 David Bremnerlib: drop two gratuitous assignments to database mode
2020-07-22 David Bremnerlib: fix error return bug with n_d_set_config.
2020-07-22 David Bremnerlib: rename _n_d_create to _n_d_find_or_create
2020-07-22 David Bremnerlib: convert relative filenames to absolute in n_d_inde...
2020-07-22 David Bremnerlib/n_d_needs_upgrade: handle error return from n_d_get...
2020-07-22 David Bremnerlib/n_d_get_version: catch exceptions and clarify the API
2020-07-22 David Bremnerlib: move deallocation of memory from n_d_close to...
2020-07-22 David Bremnerlib: fix exception messages for n_m_message_*
2020-07-20 David Bremnerlib: fix return value for n_m_reindex
2020-07-20 David Bremnerlib: handle xapian exception in n_m_remove_all_tags
2020-07-20 David Bremnerlib: add notmuch_message_has_maildir_flag_st
2020-07-20 David Bremnertest: add regression test for notmuch_message_has_maild...
2020-07-18 David Bremnerlib/thread: replace use of deprecated notmuch_message_g...
2020-07-18 David Bremnerlib/add-message: drop use of deprecated notmuch_message...
2020-07-18 David Bremnerlib: catch exceptions in n_m_get_flag, provide n_m_get_...
2020-07-14 David Bremnerlib: use COERCE_STATUS in n_m_{add,remove}_tag
2020-07-14 David Bremnerlib: catch Xapian exceptions in n_m_remove_tag
2020-07-14 David Bremnerlib: catch Xapian exceptions in n_m_add_tag
2020-07-14 David Bremnerlib: catch Xapian exceptions in n_m_count_files
2020-07-14 David Bremnerlib: catch Xapian exceptions in n_m_get_tags
2020-07-14 David Bremnerlib: use LOG_XAPIAN_EXCEPTION in n_m_get_date
2020-07-14 David Bremnerlib: add regression test for n_m_get_date; clarify API
2020-07-13 David Bremnerlib: catch exceptions in n_m_get_filenames
2020-07-13 David Bremnerlib/n_m_g_filename: catch Xapian exceptions, document...
2020-07-13 David Bremnerlib/n_m_get_replies: doc return, initial regression...
2020-07-13 David Bremnerlib/message: use LOG_XAPIAN_EXCEPTION in n_m_get_header
2020-07-11 David Bremnerlib: migrate from Xapian ValueRangeProcessor to RangePr...
2020-07-11 David Bremnerlib: migrate to post Xapian 1.3.4 compact support
2020-07-11 David BremnerMerge branch 'release'
2020-07-04 David Bremnerlib/message: catch exception in n_m_get_thread_id
2020-07-04 David Bremnerlib: catch error from closed db in n_m_get_message_id
2020-05-23 Daniel Kahn Gillmorsmime: Index cleartext of envelopedData when requested
2020-05-23 Daniel Kahn Gillmorcrypto: Make _notmuch_crypto_decrypt take a GMimeObject
2020-05-23 Daniel Kahn Gillmorsmime: Identify encrypted S/MIME parts during indexing
2020-05-23 Daniel Kahn Gillmorlib: index PKCS7 SignedData parts
2020-05-04 David Bremnerlib: replace STRNCMP_LITERAL in __message_remove_indexe...
2020-04-24 Tomi Ollilabuild: drop support for xapian versions less than 1.4
2020-03-20 Daniel Kahn GillmorCorrect doxygen framing for libnotmuch.h
2019-11-27 David BremnerMerge tag 'debian/0.29.3-1'
2019-11-27 David Bremnerlib: fix memory error in notmuch_config_list_value
2019-11-03 David BremnerMerge tag 'debian/0.29.2-2'
2019-10-20 David BremnerMerge tag '0.29.2'
2019-10-13 David BremnerMerge branch 'release'
2019-09-24 David BremnerMerge branch 'release'
2019-09-15 Daniel Kahn Gillmorindex: repair "Mixed Up" messages before indexing.
2019-09-01 Daniel Kahn Gillmorindex: avoid indexing legacy-display parts
2019-09-01 Daniel Kahn Gillmorutil/crypto: _n_m_crypto_potential_payload returns...
2019-09-01 Daniel Kahn Gillmorrepair: set up codebase for repair functionality
2019-07-21 David BremnerMerge branch 'release'
2019-06-17 David BremnerMerge branch 'release'
2019-06-14 uncrustifylib: run uncrustify
2019-06-11 David BremnerMerge branch 'release'
2019-06-11 Daniel Kahn Gillmorfix misspelling
2019-05-29 Daniel Kahn Gillmorindexing: record protected subject when indexing cleartext
2019-05-25 David Bremnerlib/database: index user headers.
2019-05-25 David Bremnerlib: support user prefix names in term generation
2019-05-25 David Bremnerlib: cache user prefixes in database object
2019-05-25 David Bremnerlib: setup user headers in query parser
2019-05-23 David Bremnern_m_remove_indexed_terms: reduce number of Xapian API...
2019-05-10 David Bremnerlib/message-file: close stream in destructor
2019-05-05 David BremnerMerge tag 0.28.4
2019-05-03 David Bremnerlib/message_file: open gzipped files
2019-05-03 Daniel Kahn Gillmorgmime-cleanup: pass NULL as default GMimeParserOptions
2019-05-03 Daniel Kahn Gillmorgmime-cleanup: pass NULL arguments explicitly where...
2019-05-03 Daniel Kahn Gillmorgmime-cleanup: use GMime 3.0 function names
2019-05-03 Daniel Kahn Gillmorgmime-cleanup: drop unused gmime #defines and simplify...
2019-05-03 Daniel Kahn Gillmorgmime-cleanup: drop all arguments unused in GMime 3
2019-05-03 Daniel Kahn Gillmorgmime-cleanup: drop g_mime_2_6_unref
2019-05-03 Daniel Kahn Gillmorgmime-cleanup: always support session keys
2019-05-03 Daniel Kahn Gillmorgmime-cleanup: remove GMime 2.6 variant codeblocks
2019-05-03 Daniel Kahn Gillmorgmime-cleanup: drop unused gmime 2.6 content_type from...
2019-04-17 David Bremnerlib: add 'body:' field, stop indexing headers twice.
2019-03-31 David Bremnerlib: update commentary about path/folder terms
2019-03-31 David Bremnerlib: add clarification about the use of "prefix" in...
2019-03-31 David Bremnerlib: drop comment about only indexing one file.
2019-03-28 David Bremnerlib: use phrase search for anything not ending in '*'
2019-03-12 Luis ResselPrepend regerror() messages with "regexp error: "
2019-03-06 David BremnerMerge branch 'release'
2019-03-06 David BremnerMerge branch 'release'
2019-03-05 David BremnerDeclare fast forward from 0.28.2-1 archive/debian/0.28.3-1 debian/0.28.3-1
2019-03-06 David Bremnerlib/string_map: fix return type of string_cmp
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'
2019-01-26 rhndocs: Use correct call to notmuch_query_search_threads...
2019-01-26 rhnlib: Explicitly state when replies will be destroyed
2018-10-21 Daniel Kahn Gillmorindex: explicitly follow GObject conventions
2018-09-09 David BremnerMerge tag 'debian/0.27-3'
2018-09-06 David Bremnerlib: change parent strategy to use In-Reply-To if it...
2018-09-06 David Bremnerlib: add _notmuch_message_id_parse_strict
next