summaryrefslogtreecommitdiff
path: root/lib/notmuch.h
AgeCommit message (Expand)Author
2015-03-29lib: add a log function with output to a string in notmuch_database_tDavid Bremner
2015-03-29lib: add "verbose" versions of notmuch_database_{open,create}David Bremner
2015-03-13lib: make notmuch_query_count_messages explicitely exactJani Nikula
2015-03-07lib: bump library minor versionDavid Bremner
2015-03-01lib: add new status reporting API for notmuch_query_search_{m,t}David Bremner
2014-11-06lib: bump LIBNOTMUCH_MAJOR_VERSION to 4David Bremner
2014-10-25lib: Internal support for querying and creating ghost messagesAustin Clements
2014-10-03lib: Simplify close and codify aborting atomic sectionAustin Clements
2014-09-13notmuch_thread_get_authors: document match grouping with |Gaute Hope
2014-08-30lib: Update doc of notmuch_database_{needs_upgrade,upgrade}Austin Clements
2014-08-30lib: Return an error from operations that require an upgradeAustin Clements
2014-07-09lib: add return status to database close and destroyJani Nikula
2014-02-13doc: notmuch_result_move_to_next -> notmuch_tags_move_to_nextGaute Hope
2014-01-26lib: update documentation for notmuch_database_get_directoryDavid Bremner
2014-01-24lib: make notmuch_threads_valid return FALSE when passed NULLDavid Bremner
2014-01-05lib: modify notmuch.h for automatic document generationJani Nikula
2013-12-07lib: Bump library version from 3.0.0 to 3.1.0Austin Clements
2013-12-07lib: Replace NOTMUCH_*_VERSION with LIBNOTMUCH_*_VERSIONAustin Clements
2013-12-07lib: Make VERSION macros agree with soname versionAustin Clements
2013-11-08lib: Document extent of some return valuesAustin Clements
2013-11-07lib: add library version check macroJani Nikula
2013-11-07lib: update documentation of callback functions for database_compact and database_upgrade.David Bremner
2013-11-07lib: add closure parameter to compact status update callbackJani Nikula
2013-10-09database: Add notmuch_database_compact_closeBen Gamari
2013-08-13lib: Document which strings are returned in UTF-8Austin Clements
2013-08-13lib: Correct out-of-date doc commentAustin Clements
2013-06-24lib: add NOTMUCH_EXCLUDE_FLAG to notmuch_exclude_tMark Walters
2013-05-13lib: add --exclude=all optionMark Walters
2013-02-18lib: Add an iterator over all messages in a threadAustin Clements
2012-05-23lib: Make notmuch_database_get_directory return NULL if the directory is not foundAustin Clements
2012-05-15lib/cli: Make notmuch_database_get_directory return a status codeAustin Clements
2012-05-05lib/cli: Make notmuch_database_create return a status codeAustin Clements
2012-05-05lib/cli: Make notmuch_database_open return a status codeAustin Clements
2012-04-28Split notmuch_database_close into two functionsJustus Winter
2012-04-07lib: change default for notmuch_query_set_omit_excludedMark Walters
2012-03-02lib: Add the exclude flag to notmuch_query_search_threadsMark Walters
2012-03-02lib: Make notmuch_query_search_messages set the exclude flagMark Walters
2012-01-16lib: Add support for automatically excluding tags from queriesAustin Clements
2011-11-15lib: add function to get the number of threads matching a searchJani Nikula
2011-10-04lib: make find_message{,by_filename) report errorsAli Polatel
2011-09-24lib: Improve notmuch_database_{add,remove}_message documentation.Austin Clements
2011-09-24lib: Add an API to find a message by filename.Austin Clements
2011-09-23lib: Add support for nested atomic sections.Austin Clements
2011-09-23lib: Add notmuch_database_{begin,end}_atomic.Austin Clements
2011-06-23fix sum moar typos [comments in source code]Pieter Praet
2010-11-11tags_to_maildir_flags: Fix to preserve existing, unsupported flagsCarl Worth
2010-11-11notmuch_message_tags_to_maildir_flags: Do nothing outside of "new" and "cur"Carl Worth
2010-11-11lib: Be honest in the documentation of the maildir functionsCarl Worth
2010-11-11lib: Document that absence of maildir flags can also remove/add tagsCarl Worth
2010-11-11lib: Add new, public notmuch_message_get_filenamesCarl Worth