]> git.notmuchmail.org Git - notmuch/history - notmuch.h
notmuch.el: Add final '*' to generated buffer names.
[notmuch] / notmuch.h
2009-10-30 Carl Worthnotmuch search: Add (relative) date to search output
2009-10-30 Carl Worthnotmuch show: Add a one-line summary of the message...
2009-10-29 Carl Worthnotmuch show: Add body of message as well.
2009-10-29 Carl Worthnotmuch show: Initial implementation (headers only)
2009-10-28 Carl WorthFix add_message and get_filename to strip/re-add the...
2009-10-27 Carl Worthnotmuch_database_add_message: Do not return a message...
2009-10-27 Carl WorthMerge branch to fix broken "notmuch setup" and "notmuch...
2009-10-27 Carl Worthnotmuch restore: Fix to remove all tags before adding...
2009-10-27 Carl Worthadd_message: Add an optional parameter for getting...
2009-10-27 Carl WorthAdd public notmuch_thread_get_subject
2009-10-26 Carl WorthAdd notmuch_thread_get_tags
2009-10-26 Carl WorthAdd an initial implementation of a notmuch_thread_t...
2009-10-26 Carl WorthRename notmuch_query_search to notmuch_query_search_mes...
2009-10-25 Carl WorthChange database to store only a single thread ID per...
2009-10-25 Carl Worthadd_message: Propagate error status from notmuch_messag...
2009-10-25 Carl Worthnotmuch_database_create: Document idea to (optionally...
2009-10-23 Carl WorthRe-order documentation a bit.
2009-10-23 Carl Worthnotmuch_message_get_filename: Improve documentation.
2009-10-23 Carl WorthAdd NOTMUCH_STATUS_DUPLICATE_MESSAGE_ID
2009-10-23 Carl WorthClean up comments to not include spaces before tabs.
2009-10-23 Carl WorthClarify documentation and error string for NOTMUCH_STAT...
2009-10-23 Carl WorthAdd notmuch_database_set_timestamp and notmuch_database...
2009-10-23 Carl WorthFix notmuch_message_get_message_id to never return...
2009-10-23 Carl WorthAdd notmuch_message_get_filename
2009-10-22 Carl WorthGenerate message ID (using SHA1) when a mail message...
2009-10-22 Carl WorthMerge branch from fixing up bugs after bisecting.
2009-10-21 Carl WorthAdd notmuch_status_to_string function.
2009-10-21 Carl WorthAdd notmuch_message_add_tag and notmuch_message_remove_tag
2009-10-21 Carl Worthnotmuch_query_search: Clarify the documentation.
2009-10-21 Carl Worthnotmuch.h: Fix some copy-paste errors in the documentaton.
2009-10-21 Carl Worthdatabase: Add new notmuch_database_find_message
2009-10-21 Carl WorthAdd notmuch_message_get_thread_ids function
2009-10-21 Carl Worthquery: Remove the magic NOTMUCH_QUERY_ALL
2009-10-21 Carl WorthAdd destroy functions for results, message, and tags.
2009-10-21 Carl WorthImplement 'notmuch dump'.
2009-10-20 Carl Worthnotmuch_database_create/open: Fix to handle NULL as...
2009-10-20 Carl Worthnotmuch: Ignore files that don't look like email messages.
2009-10-19 Carl Worthnotmuch: Start actually adding messages to the index.