aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/notmuch.h
Commit message (Expand)AuthorAge
...
* 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
* database: Add new, public notmuch_database_remove_messageGravatar Carl Worth2010-01-06
* database: Allowing storing multiple filenames for a single message ID.Gravatar Carl Worth2010-01-06
* database: Store directory paths as relative, not absolute.Gravatar Carl Worth2010-01-06
* lib: Rename set/get_timestamp to set/get_directory_mtime.Gravatar Carl Worth2010-01-06
* correct message flag enum value so that it matches the typeGravatar Bart Trojanowski2009-11-27
* have _notmuch_thread_create mark which messages matched the queryGravatar Bart Trojanowski2009-11-27
* message: add flags to notmuch_message_tGravatar Bart Trojanowski2009-11-27
* lib: New function to collect tags from a list of messages.Gravatar Jan Janak2009-11-26
* notmuch: New function to retrieve all tags from the database.Gravatar Jan Janak2009-11-26
* lib/query: Drop the first and max_messages arguments from search_messages.Gravatar Carl Worth2009-11-23
* notmuch search: Remove the chunked-searching hack.Gravatar Carl Worth2009-11-23
* Add 'notmuch count' command to show the count of matching messagesGravatar Keith Packard2009-11-23
* Fix freak case problem that broke the compile.Gravatar Carl Worth2009-11-21
* Rename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABASE_MODE_READ_WRITEGravatar Carl Worth2009-11-21
* Permit opening the notmuch database in read-only mode.Gravatar Chris Wilson2009-11-21
* TypsosGravatar Ingmar Vanhassel2009-11-18
* notmuch search: Change default search order to be newest messages first.Gravatar Carl Worth2009-11-17
* notmuch show: Implement proper thread ordering/nesting of messages.Gravatar Carl Worth2009-11-15
* notmuch search: Add support for a --reverse option to reverse sort order.Gravatar Carl Worth2009-11-12
* notmuch search: Print the number of matched/total messages for each thread.Gravatar Carl Worth2009-11-12
* libnotmuch: Underlying support for doing partial-results searches.Gravatar Carl Worth2009-11-12
* notmuch search: Print the names of author of matched emails.Gravatar Carl Worth2009-11-12
* notmuch show: Avoid segmentation for message with no subject.Gravatar Carl Worth2009-11-11
* notmuch: Add a configuration system.Gravatar Carl Worth2009-11-11
* libify: Move library sources down into lib directory.Gravatar Carl Worth2009-11-09