summaryrefslogtreecommitdiff
path: root/lib/notmuch.h
AgeCommit message (Expand)Author
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
2017-03-22lib: replace deprecated n_q_count_messages with status returning versionDavid Bremner
2017-03-22lib: replace deprecated n_q_search_messages with status returning versionDavid Bremner
2017-03-22lib: replace n_query_search_threads with status returning versionDavid Bremner
2017-03-22lib: bump SONAME to libnotmuch5David Bremner
2017-01-15docs: fix notmuch_message_properties_value documentationSteven Allen
2017-01-07lib: fix the todo comment placement on NOTMUCH_STATUS_XAPIAN_EXCEPTIONJani Nikula
2016-10-06lib: document API added in 0.23David Bremner
2016-10-01lib: bump minor version to mark added symbolsDavid Bremner
2016-09-21lib: iterator API for message propertiesDavid Bremner
2016-09-21lib: basic message-property APIDavid Bremner
2016-06-28doc: forbid further operations on a closed databaseDavid Bremner
2016-06-11lib: fix definition of LIBNOTMUCH_CHECK_VERSIONDavid Bremner
2016-06-05Use https instead of http where possibleDaniel Kahn Gillmor
2016-05-25lib: config list iteratorsDavid Bremner
2016-05-24lib: provide config APIDavid Bremner
2016-05-13lib/cli: add library API / CLI for compile time optionsDavid Bremner
2016-03-14lib: NOTMUCH_DEPRECATED macro also for older compilersTomi Ollila
2015-10-27Documentation: fix type name spellingSteven Allen
2015-10-10lib: add interface to delete directory documentsJani Nikula
2015-10-05lib: update doxygen comments to add @since for the new _st APIDavid Bremner
2015-10-05lib: add versions of n_q_count_{message,threads} with status returnDavid Bremner
2015-09-23lib: constify arguments to notmuch_query_get_*David Bremner
2015-09-04lib: constify argument to notmuch_database_status_stringDavid Bremner
2015-08-13lib: API to retrieve database revision and UUIDAustin Clements
2015-08-10build: extract library versions from notmuch.hDavid Bremner
2015-08-04lib: add public accessor for database from queryDavid Bremner
2015-08-04lib: deprecate notmuch_query_search_{threads, messages}David Bremner
2015-08-04lib: define NOTMUCH_DEPRECATED macro, document its use.David Bremner