aboutsummaryrefslogtreecommitdiff
path: root/notmuch.h
Commit message (Expand)AuthorAge
* Rename message_results/thread_results to messages/threads.Carl Worth2009-10-31
* notmuch search: Add (relative) date to search outputCarl Worth2009-10-29
* notmuch show: Add a one-line summary of the message before the header.Carl Worth2009-10-29
* notmuch show: Add body of message as well.Carl Worth2009-10-29
* notmuch show: Initial implementation (headers only)Carl Worth2009-10-29
* Fix add_message and get_filename to strip/re-add the database path.Carl Worth2009-10-28
* notmuch_database_add_message: Do not return a message on failure.Carl Worth2009-10-27
* notmuch restore: Fix to remove all tags before adding tags.Carl Worth2009-10-26
* add_message: Add an optional parameter for getting the just-added message.Carl Worth2009-10-26
* Add public notmuch_thread_get_subjectCarl Worth2009-10-26
* Add notmuch_thread_get_tagsCarl Worth2009-10-26
* Add an initial implementation of a notmuch_thread_t object.Carl Worth2009-10-25
* Rename notmuch_query_search to notmuch_query_search_messagesCarl Worth2009-10-25
* Change database to store only a single thread ID per message.Carl Worth2009-10-25
* add_message: Propagate error status from notmuch_message_create_for_message_idCarl Worth2009-10-25
* notmuch_database_create: Document idea to (optionally) return a statusCarl Worth2009-10-24
* Re-order documentation a bit.Carl Worth2009-10-23
* notmuch_message_get_filename: Improve documentation.Carl Worth2009-10-23
* Add NOTMUCH_STATUS_DUPLICATE_MESSAGE_IDCarl Worth2009-10-23
* Clean up comments to not include spaces before tabs.Carl Worth2009-10-23
* Clarify documentation and error string for NOTMUCH_STATUS_TAG_TOO_LONGCarl Worth2009-10-23
* Add notmuch_database_set_timestamp and notmuch_database_get_timestampCarl Worth2009-10-23
* Fix notmuch_message_get_message_id to never return NULL.Carl Worth2009-10-23
* Add notmuch_message_get_filenameCarl Worth2009-10-23
* Generate message ID (using SHA1) when a mail message contains none.Carl Worth2009-10-22
* Add notmuch_status_to_string function.Carl Worth2009-10-21
* Add notmuch_message_add_tag and notmuch_message_remove_tagCarl Worth2009-10-21
* notmuch_query_search: Clarify the documentation.Carl Worth2009-10-21
* notmuch.h: Fix some copy-paste errors in the documentaton.Carl Worth2009-10-21
* database: Add new notmuch_database_find_messageCarl Worth2009-10-21
* Add notmuch_message_get_thread_ids functionCarl Worth2009-10-21
* query: Remove the magic NOTMUCH_QUERY_ALLCarl Worth2009-10-20
* Add destroy functions for results, message, and tags.Carl Worth2009-10-20
* Implement 'notmuch dump'.Carl Worth2009-10-20
* notmuch_database_create/open: Fix to handle NULL as documented.Carl Worth2009-10-20
* notmuch: Ignore files that don't look like email messages.Carl Worth2009-10-19
* notmuch: Start actually adding messages to the index.Carl Worth2009-10-18