]> git.notmuchmail.org Git - notmuch/history - lib
Merge tag '0.31.4'
[notmuch] / lib /
2021-02-18 David BremnerMerge tag '0.31.4'
2021-02-15 David Bremnerfix build failure with glib 2.67
2021-02-15 David Bremnerlib: use a stricter unused macro
2021-02-15 David Bremnerlib/open: remove incorrect unused attribute
2021-02-07 David Bremnerlib: add missing private status values.
2021-02-06 David Bremnerlib/open: set HOOK_DIR on open
2021-02-06 David Bremnerlib/config: add HOOK_DIR
2021-02-06 David Bremnerlib: introduce notmuch_database_create_with_config
2021-02-06 David Bremnerlib: add NOTMUCH_STATUS_DATABASE_EXISTS
2021-02-06 David Bremnerlib/database: move n_d_create* to open.cc
2021-02-06 David Bremnerlib: add NOTMUCH_STATUS_NO_CONFIG
2021-02-06 David Bremnerlib/open: factor out choosing database path
2021-02-06 David Bremnerlib/config: add NOTMUCH_CONFIG_NEW_IGNORE
2021-02-06 David Bremnerlib: split notmuch_database_compact
2021-02-06 David Bremnerlib/config: add _notmuch_config_cache
2021-02-06 David Bremnerlib: add notmuch_config_get_bool
2021-02-06 David Bremnerlib/config: make values iterators restartable
2021-02-06 David Bremnerlib/config: add config values iterator
2021-02-06 David Bremnerlib/open: load default values for known configuration...
2021-02-06 David Bremnerlib/config: add notmuch_config_key_{get,set}
2021-02-06 David Bremnerlib/open: add support for config profiles and default...
2021-02-06 David Bremnerlib: add stub for notmuch_database_open_with_config
2021-02-06 David Bremnerlib: cache configuration information from database
2021-02-06 David Bremnerlib: add _notmuch_string_map_set
2020-12-26 David BremnerMerge branch 'release'
2020-12-25 David BremnerMerge branch 'release'
2020-12-23 David Bremnerlib/config: delay setting talloc destructor
2020-12-23 David Bremnerlib: factor out notmuch_database_open* related code...
2020-12-23 David Bremnerlib/config: delay setting talloc destructor
2020-12-23 David Bremnerlib: factor out prefix related code to its own file
2020-12-23 David Bremnerlib: factor out feature name related code.
2020-10-30 David Bremnerlib/config: don't set destructor until iterator is...
2020-08-10 Jonas BernoulliFix typos
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...
next