summaryrefslogtreecommitdiffstats
path: root/message.cc
AgeCommit message (Expand)Author
2009-10-29notmuch show: Add a one-line summary of the message before the header.Carl Worth
2009-10-29notmuch show: Add body of message as well.Carl Worth
2009-10-29notmuch show: Initial implementation (headers only)Carl Worth
2009-10-28Fix add_message and get_filename to strip/re-add the database path.Carl Worth
2009-10-28Tweak formatting of internal error messages.Carl Worth
2009-10-28Add full-text indexing using the GMime library for parsing.Carl Worth
2009-10-27notmuch tag: Fix crash when removing a tag that didn't existCarl Worth
2009-10-26notmuch restore: Fix to remove all tags before adding tags.Carl Worth
2009-10-26Add public notmuch_thread_get_subjectCarl Worth
2009-10-26tags: Replace sort() and reset() with prepare_iterator().Carl Worth
2009-10-26tags: Re-implement tags iterator to avoid having C++ in the interfaceCarl Worth
2009-10-26Hide away the details of the implementation of notmuch_tags_t.Carl Worth
2009-10-26Move terms and tags code to a new tags.cc file.Carl Worth
2009-10-25Add -Wmising-declarations and fix warnings.Carl Worth
2009-10-25Change database to store only a single thread ID per message.Carl Worth
2009-10-25Add an INTERNAL_ERROR macro and use it for all internal errors.Carl Worth
2009-10-25add_message: Propagate error status from notmuch_message_create_for_message_idCarl Worth
2009-10-25Drop the storage of thread ID(s) in a value.Carl Worth
2009-10-25Convert notmuch_thread_ids_t to notmuch_terms_tCarl Worth
2009-10-25Implement notmuch_tags_t on top of new notmuch_terms_tCarl Worth
2009-10-24Shuffle the value numbers around in the database.Carl Worth
2009-10-24Change all occurrences of "msgid" to "id".Carl Worth
2009-10-24Move the prefix-string arrays back into database.cc from message.ccCarl Worth
2009-10-23_find_prefix: Exit when given an invalid prefix name.Carl Worth
2009-10-23Add notmuch_database_set_timestamp and notmuch_database_get_timestampCarl Worth
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