]> git.notmuchmail.org Git - notmuch/history - notmuch.h
Add -Wwrite-strings and fix warnings.
[notmuch] / notmuch.h
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.