aboutsummaryrefslogtreecommitdiff
path: root/message.cc
AgeCommit message (Expand)Author
2009-10-23notmuch_tags_has_more: Fix to use string.empty rather than string.sizeCarl Worth
2009-10-23Fix notmuch_message_get_message_id to never return NULL.Carl Worth
2009-10-23add_message: Fix to not add multiple documents with the same message IDCarl Worth
2009-10-23Add _notmuch_message_create_for_message_idCarl Worth
2009-10-23Fix _notmuch_message_create to catch Xapian DocNotFoundError.Carl Worth
2009-10-23Add internal functions for manipulating a new notmuch_message_tCarl Worth
2009-10-23Add notmuch_message_get_filenameCarl Worth
2009-10-23Move thread_id generation code from database.cc to message.ccCarl Worth
2009-10-23Move the _notmuch_message_sync from private to public interfacesCarl Worth
2009-10-21Merge branch from fixing up bugs after bisecting.Carl Worth
2009-10-21Fix lifetime-maintenance bug with std::string and c_str()Carl Worth
2009-10-21Add notmuch_message_add_tag and notmuch_message_remove_tagCarl Worth
2009-10-21notmuch_message_get_message_id: Fix to cache resultCarl Worth
2009-10-21database: Add new notmuch_database_find_messageCarl Worth
2009-10-21Add notmuch_message_get_thread_ids functionCarl Worth
2009-10-21Move find_prefix function from database.cc to message.ccCarl Worth
2009-10-20Add destroy functions for results, message, and tags.Carl Worth
2009-10-20Rename our talloc destructor functions to _destructor.Carl Worth
2009-10-20Implement 'notmuch dump'.Carl Worth