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