summaryrefslogtreecommitdiffstats
path: root/lib/notmuch.h
AgeCommit message (Expand)Author
2021-09-04lib: add new status code for query syntax errors.David Bremner
2021-09-04lib: define notmuch_query_create_with_syntaxDavid Bremner
2021-08-18Merge tag 'debian/0.32.3-1'David Bremner
2021-08-17lib: bump libnotmuch minor versionAustin Ray
2021-08-17lib: correct deprecated db open functions' docsAustin Ray
2021-06-27lib: update transaction documentationDavid Bremner
2021-06-27lib/config: add NOTMUCH_CONFIG_AUTOCOMMITDavid Bremner
2021-03-27lib: provide notmuch_config_pathDavid Bremner
2021-03-27lib: add NOTMUCH_STATUS_NO_DATABASEDavid Bremner
2021-03-27lib/config: add config_pairs iteratorsDavid Bremner
2021-03-27lib/config: add notmuch_config_get_values_stringDavid Bremner
2021-03-27lib: provide notmuch_database_load_configDavid Bremner
2021-03-20lib/config: add configuration variable for backup directoryDavid Bremner
2021-03-20lib: support splitting mail from database location.David Bremner
2021-03-18lib: support reopening databases for write access.David Bremner
2021-03-18lib: publish API for notmuch_database_reopenDavid Bremner
2021-03-13lib: run uncrustifyuncrustify
2021-02-06lib/config: add HOOK_DIRDavid Bremner
2021-02-06lib: introduce notmuch_database_create_with_configDavid Bremner
2021-02-06lib: add NOTMUCH_STATUS_DATABASE_EXISTSDavid Bremner
2021-02-06lib: add NOTMUCH_STATUS_NO_CONFIGDavid Bremner
2021-02-06lib/config: add NOTMUCH_CONFIG_NEW_IGNOREDavid Bremner
2021-02-06lib: split notmuch_database_compactDavid Bremner
2021-02-06lib: add notmuch_config_get_boolDavid Bremner
2021-02-06lib/config: make values iterators restartableDavid Bremner
2021-02-06lib/config: add config values iteratorDavid Bremner
2021-02-06lib/config: add notmuch_config_key_{get,set}David Bremner
2021-02-06lib: add stub for notmuch_database_open_with_configDavid Bremner
2020-08-09Fix typosJonas Bernoulli
2020-08-03test: regression test for traversing config list with closed dbDavid Bremner
2020-08-03lib: catch exceptions in n_directory_get_child_filesDavid Bremner
2020-08-03lib: catch exceptions in n_directory_get_child_directoriesDavid Bremner
2020-08-03lib: return NULL from n_d_get_default_indexopts on errorDavid Bremner
2020-07-22lib/n_d_needs_upgrade: handle error return from n_d_get_versionDavid Bremner
2020-07-22lib/n_d_get_version: catch exceptions and clarify the APIDavid Bremner
2020-07-20lib: fix return value for n_m_reindexDavid Bremner
2020-07-20lib: handle xapian exception in n_m_remove_all_tagsDavid Bremner
2020-07-20lib: add notmuch_message_has_maildir_flag_stDavid Bremner
2020-07-18lib: catch exceptions in n_m_get_flag, provide n_m_get_flag_stDavid Bremner
2020-07-14lib: catch Xapian exceptions in n_m_count_filesDavid Bremner
2020-07-14lib: add regression test for n_m_get_date; clarify APIDavid Bremner
2020-07-13lib: catch exceptions in n_m_get_filenamesDavid Bremner
2020-07-13lib/n_m_g_filename: catch Xapian exceptions, document NULL returnDavid Bremner
2020-07-13lib/n_m_get_replies: doc return, initial regression testDavid Bremner
2020-07-03lib: catch error from closed db in n_m_get_message_idDavid Bremner
2020-03-19Correct doxygen framing for libnotmuch.hDaniel Kahn Gillmor
2019-06-14lib: run uncrustifyuncrustify
2019-01-25docs: Use correct call to notmuch_query_search_threads in usage examplerhn
2019-01-25lib: Explicitly state when replies will be destroyedrhn
2018-05-26lib: make notmuch_message_get_database() take a const notmuch_message_t*Daniel Kahn Gillmor