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