aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/notmuch.h
Commit message (Expand)AuthorAge
* 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
* lib: Ensure notmuch_query_search_messages returns NULL on an exception.Gravatar Carl Worth2010-04-24
* lib: Document that notmuch_query_count_messages may return 0 if an exception ...Gravatar Carl Worth2010-04-24
* lib: Audit all notmuch_database call for Xapian exception handling.Gravatar Carl Worth2010-04-24
* query.cc: allow to return query results unsortedGravatar Sebastian Spaeth2010-04-21
* Fix typo in notmuch.h documentation regarding database open modesGravatar Michael Forney2010-04-13
* lib: Handle "*" as a query string to match all messages.Gravatar Carl Worth2010-04-09
* Clarify documentation of notmuch_database_add_message.Gravatar Carl Worth2010-03-31
* Fix a few documentation typos in notmuch.hGravatar Fernando Carrijo2010-03-09
* Update documentation of notmuch_query_createGravatar Fernando Carrijo2010-03-09
* lib: Document what move_to_next does at the end of the list.Gravatar Carl Worth2010-03-09
* lib: Rename iterator functions to prepare for reverse iteration.Gravatar Carl Worth2010-03-09
* notmuch.h: Fix a couple of typos in the documentation.Gravatar Carl Worth2010-02-05
* notmuch new: Print upgrade progress report as a percentage.Gravatar Carl Worth2010-01-09
* lib: Implement versioning in the database and provide upgrade function.Gravatar Carl Worth2010-01-07
* Prefer READ_ONLY consistently over READONLY.Gravatar Carl Worth2010-01-07
* lib: Consolidate checks for read-only database.Gravatar Carl Worth2010-01-07
* lib: Treat NULL as a valid (and empty) notmuch_filenames_t iterator.Gravatar Carl Worth2010-01-06
* lib: Indicate whether notmuch_database_remove_message removed anything.Gravatar Carl Worth2010-01-06
* lib: Update documentation of notmuch_database_add_message.Gravatar Carl Worth2010-01-06
* Add missing comment for NOTMUCH_STATUS_READONLY_DATABASE.Gravatar Carl Worth2010-01-06
* Revamp the proposed directory-tracking API slightly.Gravatar Carl Worth2010-01-06
* Prototypes for directory trackingGravatar Keith Packard2010-01-06