aboutsummaryrefslogtreecommitdiff
path: root/notmuch.h
Commit message (Expand)AuthorAge
* 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