summaryrefslogtreecommitdiff
path: root/lib/notmuch.h
AgeCommit message (Expand)Author
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
2010-11-11lib: Remove the notion of TAGS_INVALIDCarl Worth
2010-11-11lib: Rework interface for maildir_flags synchronizationCarl Worth
2010-11-10Make maildir synchronization configurableMichal Sojka
2010-11-10Maildir synchronizationMichal Sojka
2010-11-10lib: Return added message even if it already was in the databaseMichal Sojka
2010-10-28lib: Add two functions: notmuch_query_get_query_string and _get_sortCarl Worth
2010-10-22lib: Fix notmuch_query_search_threads to return NULL on any Xapian exception.Carl Worth
2010-04-24lib: Ensure notmuch_query_search_messages returns NULL on an exception.Carl Worth
2010-04-24lib: Document that notmuch_query_count_messages may return 0 if an exception occursCarl Worth
2010-04-24lib: Audit all notmuch_database call for Xapian exception handling.Carl Worth
2010-04-21query.cc: allow to return query results unsortedSebastian Spaeth
2010-04-13Fix typo in notmuch.h documentation regarding database open modesMichael Forney
2010-04-09lib: Handle "*" as a query string to match all messages.Carl Worth
2010-03-31Clarify documentation of notmuch_database_add_message.Carl Worth
2010-03-09Fix a few documentation typos in notmuch.hFernando Carrijo
2010-03-09Update documentation of notmuch_query_createFernando Carrijo
2010-03-09lib: Document what move_to_next does at the end of the list.Carl Worth
2010-03-09lib: Rename iterator functions to prepare for reverse iteration.Carl Worth
2010-02-05notmuch.h: Fix a couple of typos in the documentation.Carl Worth
2010-01-09notmuch new: Print upgrade progress report as a percentage.Carl Worth
2010-01-07lib: Implement versioning in the database and provide upgrade function.Carl Worth
2010-01-07Prefer READ_ONLY consistently over READONLY.Carl Worth
2010-01-07lib: Consolidate checks for read-only database.Carl Worth
2010-01-06lib: Treat NULL as a valid (and empty) notmuch_filenames_t iterator.Carl Worth
2010-01-06lib: Indicate whether notmuch_database_remove_message removed anything.Carl Worth
2010-01-06lib: Update documentation of notmuch_database_add_message.Carl Worth
2010-01-06Add missing comment for NOTMUCH_STATUS_READONLY_DATABASE.Carl Worth
2010-01-06Revamp the proposed directory-tracking API slightly.Carl Worth
2010-01-06Prototypes for directory trackingKeith Packard
2010-01-06database: Add new, public notmuch_database_remove_messageCarl Worth
2010-01-06database: Allowing storing multiple filenames for a single message ID.Carl Worth
2010-01-06database: Store directory paths as relative, not absolute.Carl Worth
2010-01-06lib: Rename set/get_timestamp to set/get_directory_mtime.Carl Worth
2009-11-27correct message flag enum value so that it matches the typeBart Trojanowski
2009-11-27have _notmuch_thread_create mark which messages matched the queryBart Trojanowski
2009-11-27message: add flags to notmuch_message_tBart Trojanowski
2009-11-26lib: New function to collect tags from a list of messages.Jan Janak
2009-11-26notmuch: New function to retrieve all tags from the database.Jan Janak
2009-11-23lib/query: Drop the first and max_messages arguments from search_messages.Carl Worth