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