summaryrefslogtreecommitdiff
path: root/lib/notmuch.h
AgeCommit message (Expand)Author
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
2018-05-26properties: add notmuch_message_count_propertiesDaniel Kahn Gillmor
2018-05-26lib: bump minor versionDavid Bremner
2018-05-26lib: expose notmuch_message_get_database()Daniel Kahn Gillmor
2018-04-07Merge branch 'release'David Bremner
2018-04-02lib: bump LIBRARY_MINOR_VERSIONDavid Bremner
2018-01-04fix typosDaniel Kahn Gillmor
2017-12-08crypto: add --decrypt=nostash to avoid stashing session keysDaniel 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-10-21reindex: drop all properties named with prefix "index."Daniel Kahn Gillmor
2017-10-21index: implement notmuch_indexopts_t with try_decryptDaniel Kahn Gillmor
2017-10-20properties: add notmuch_message_remove_all_properties_with_prefix()Daniel Kahn Gillmor
2017-10-20crypto: make shared crypto code behave library-likeDaniel Kahn Gillmor
2017-09-24fix reference to notmuch_message_get_propertiesDaniel Kahn Gillmor
2017-09-05fix documentation bug (leading quotes break documentation)Daniel Kahn Gillmor
2017-08-29lib: add notmuch_message_has_maildir_flagDavid Bremner
2017-08-23reindex: drop notmuch_param_t, use notmuch_indexopts_t insteadDaniel Kahn Gillmor
2017-08-23database: add n_d_index_file (deprecates n_d_add_message)Daniel Kahn Gillmor
2017-08-20lib: clarify description of notmuch_database_add_messageDaniel Kahn Gillmor
2017-08-01lib: add notmuch_message_reindexDaniel Kahn Gillmor
2017-08-01lib: add notmuch_thread_get_total_filesDavid Bremner
2017-08-01lib: add notmuch_message_count_filesDavid Bremner
2017-07-18fix the generated documentation outputDaniel Kahn Gillmor
2017-07-18Fix orthographyDaniel Kahn Gillmor
2017-05-12build: switch to hiding libnotmuch symbols by defaultJani Nikula
2017-03-22lib: make notmuch_query_add_tag_exclude return a status valueDavid Bremner
2017-03-22lib: replace deprecated n_q_count_threads with status returning versionDavid Bremner