aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/notmuch.h
Commit message (Expand)AuthorAge
* lib: Simplify close and codify aborting atomic sectionGravatar Austin Clements2014-10-03
* notmuch_thread_get_authors: document match grouping with |Gravatar Gaute Hope2014-09-13
* lib: Update doc of notmuch_database_{needs_upgrade,upgrade}Gravatar Austin Clements2014-08-30
* lib: Return an error from operations that require an upgradeGravatar Austin Clements2014-08-30
* lib: add return status to database close and destroyGravatar Jani Nikula2014-07-09
* doc: notmuch_result_move_to_next -> notmuch_tags_move_to_nextGravatar Gaute Hope2014-02-13
* lib: update documentation for notmuch_database_get_directoryGravatar David Bremner2014-01-26
* lib: make notmuch_threads_valid return FALSE when passed NULLGravatar David Bremner2014-01-24
* lib: modify notmuch.h for automatic document generationGravatar Jani Nikula2014-01-05
* lib: Bump library version from 3.0.0 to 3.1.0Gravatar Austin Clements2013-12-07
* lib: Replace NOTMUCH_*_VERSION with LIBNOTMUCH_*_VERSIONGravatar Austin Clements2013-12-07
* lib: Make VERSION macros agree with soname versionGravatar Austin Clements2013-12-07
* lib: Document extent of some return valuesGravatar Austin Clements2013-11-08
* lib: add library version check macroGravatar Jani Nikula2013-11-07
* lib: update documentation of callback functions for database_compact and data...Gravatar David Bremner2013-11-07
* lib: add closure parameter to compact status update callbackGravatar Jani Nikula2013-11-07
* database: Add notmuch_database_compact_closeGravatar Ben Gamari2013-10-09
* lib: Document which strings are returned in UTF-8Gravatar Austin Clements2013-08-13
* lib: Correct out-of-date doc commentGravatar Austin Clements2013-08-13
* lib: add NOTMUCH_EXCLUDE_FLAG to notmuch_exclude_tGravatar Mark Walters2013-06-24
* lib: add --exclude=all optionGravatar Mark Walters2013-05-13
* lib: Add an iterator over all messages in a threadGravatar Austin Clements2013-02-18
* lib: Make notmuch_database_get_directory return NULL if the directory is not ...Gravatar Austin Clements2012-05-23
* lib/cli: Make notmuch_database_get_directory return a status codeGravatar Austin Clements2012-05-15
* lib/cli: Make notmuch_database_create return a status codeGravatar Austin Clements2012-05-05
* lib/cli: Make notmuch_database_open return a status codeGravatar Austin Clements2012-05-05
* Split notmuch_database_close into two functionsGravatar Justus Winter2012-04-28
* lib: change default for notmuch_query_set_omit_excludedGravatar Mark Walters2012-04-07
* lib: Add the exclude flag to notmuch_query_search_threadsGravatar Mark Walters2012-03-02
* lib: Make notmuch_query_search_messages set the exclude flagGravatar Mark Walters2012-03-02
* lib: Add support for automatically excluding tags from queriesGravatar Austin Clements2012-01-16
* lib: add function to get the number of threads matching a searchGravatar Jani Nikula2011-11-15
* lib: make find_message{,by_filename) report errorsGravatar Ali Polatel2011-10-04
* lib: Improve notmuch_database_{add,remove}_message documentation.Gravatar Austin Clements2011-09-24
* lib: Add an API to find a message by filename.Gravatar Austin Clements2011-09-24
* lib: Add support for nested atomic sections.Gravatar Austin Clements2011-09-23
* lib: Add notmuch_database_{begin,end}_atomic.Gravatar Austin Clements2011-09-23
* fix sum moar typos [comments in source code]Gravatar Pieter Praet2011-06-23
* tags_to_maildir_flags: Fix to preserve existing, unsupported flagsGravatar Carl Worth2010-11-11
* notmuch_message_tags_to_maildir_flags: Do nothing outside of "new" and "cur"Gravatar Carl Worth2010-11-11
* lib: Be honest in the documentation of the maildir functionsGravatar Carl Worth2010-11-11
* lib: Document that absence of maildir flags can also remove/add tagsGravatar Carl Worth2010-11-11
* lib: Add new, public notmuch_message_get_filenamesGravatar Carl Worth2010-11-11
* lib: Remove the notion of TAGS_INVALIDGravatar Carl Worth2010-11-11
* lib: Rework interface for maildir_flags synchronizationGravatar Carl Worth2010-11-11
* Make maildir synchronization configurableGravatar Michal Sojka2010-11-10
* Maildir synchronizationGravatar Michal Sojka2010-11-10
* lib: Return added message even if it already was in the databaseGravatar Michal Sojka2010-11-10
* lib: Add two functions: notmuch_query_get_query_string and _get_sortGravatar Carl Worth2010-10-28
* lib: Fix notmuch_query_search_threads to return NULL on any Xapian exception.Gravatar Carl Worth2010-10-22