]> git.notmuchmail.org Git - notmuch/history - message.cc
_find_prefix: Exit when given an invalid prefix name.
[notmuch] / message.cc
2009-10-23 Carl Worth_find_prefix: Exit when given an invalid prefix name.
2009-10-23 Carl WorthAdd notmuch_database_set_timestamp and notmuch_database...
2009-10-23 Carl Worthnotmuch_tags_has_more: Fix to use string.empty rather...
2009-10-23 Carl WorthFix notmuch_message_get_message_id to never return...
2009-10-23 Carl Worthadd_message: Fix to not add multiple documents with...
2009-10-23 Carl WorthAdd _notmuch_message_create_for_message_id
2009-10-23 Carl WorthFix _notmuch_message_create to catch Xapian DocNotFound...
2009-10-23 Carl WorthAdd internal functions for manipulating a new notmuch_m...
2009-10-23 Carl WorthAdd notmuch_message_get_filename
2009-10-23 Carl WorthMove thread_id generation code from database.cc to...
2009-10-23 Carl WorthMove the _notmuch_message_sync from private to public...
2009-10-22 Carl WorthMerge branch from fixing up bugs after bisecting.
2009-10-22 Carl WorthFix lifetime-maintenance bug with std::string and c_str()
2009-10-21 Carl WorthAdd notmuch_message_add_tag and notmuch_message_remove_tag
2009-10-21 Carl Worthnotmuch_message_get_message_id: Fix to cache result
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 WorthMove find_prefix function from database.cc to message.cc
2009-10-21 Carl WorthAdd destroy functions for results, message, and tags.
2009-10-21 Carl WorthRename our talloc destructor functions to _destructor.
2009-10-21 Carl WorthImplement 'notmuch dump'.