aboutsummaryrefslogtreecommitdiffhomepage
path: root/message.cc
Commit message (Expand)AuthorAge
* Drop date.c file, (use identical function from GMime instead).Gravatar Carl Worth2009-11-02
* notmuch show: Add a one-line summary of the message before the header.Gravatar Carl Worth2009-10-29
* notmuch show: Add body of message as well.Gravatar Carl Worth2009-10-29
* notmuch show: Initial implementation (headers only)Gravatar Carl Worth2009-10-29
* Fix add_message and get_filename to strip/re-add the database path.Gravatar Carl Worth2009-10-28
* Tweak formatting of internal error messages.Gravatar Carl Worth2009-10-28
* Add full-text indexing using the GMime library for parsing.Gravatar Carl Worth2009-10-28
* notmuch tag: Fix crash when removing a tag that didn't existGravatar Carl Worth2009-10-27
* notmuch restore: Fix to remove all tags before adding tags.Gravatar Carl Worth2009-10-26
* Add public notmuch_thread_get_subjectGravatar Carl Worth2009-10-26
* tags: Replace sort() and reset() with prepare_iterator().Gravatar Carl Worth2009-10-26
* tags: Re-implement tags iterator to avoid having C++ in the interfaceGravatar Carl Worth2009-10-26
* Hide away the details of the implementation of notmuch_tags_t.Gravatar Carl Worth2009-10-26
* Move terms and tags code to a new tags.cc file.Gravatar Carl Worth2009-10-26
* Add -Wmising-declarations and fix warnings.Gravatar Carl Worth2009-10-25
* Change database to store only a single thread ID per message.Gravatar Carl Worth2009-10-25
* Add an INTERNAL_ERROR macro and use it for all internal errors.Gravatar Carl Worth2009-10-25
* add_message: Propagate error status from notmuch_message_create_for_message_idGravatar Carl Worth2009-10-25
* Drop the storage of thread ID(s) in a value.Gravatar Carl Worth2009-10-25
* Convert notmuch_thread_ids_t to notmuch_terms_tGravatar Carl Worth2009-10-25
* Implement notmuch_tags_t on top of new notmuch_terms_tGravatar Carl Worth2009-10-25
* Shuffle the value numbers around in the database.Gravatar Carl Worth2009-10-24
* Change all occurrences of "msgid" to "id".Gravatar Carl Worth2009-10-24
* Move the prefix-string arrays back into database.cc from message.ccGravatar Carl Worth2009-10-24
* _find_prefix: Exit when given an invalid prefix name.Gravatar Carl Worth2009-10-23
* Add notmuch_database_set_timestamp and notmuch_database_get_timestampGravatar Carl Worth2009-10-23
* notmuch_tags_has_more: Fix to use string.empty rather than string.sizeGravatar Carl Worth2009-10-23
* Fix notmuch_message_get_message_id to never return NULL.Gravatar Carl Worth2009-10-23
* add_message: Fix to not add multiple documents with the same message IDGravatar Carl Worth2009-10-23
* Add _notmuch_message_create_for_message_idGravatar Carl Worth2009-10-23
* Fix _notmuch_message_create to catch Xapian DocNotFoundError.Gravatar Carl Worth2009-10-23
* Add internal functions for manipulating a new notmuch_message_tGravatar Carl Worth2009-10-23
* Add notmuch_message_get_filenameGravatar Carl Worth2009-10-23
* Move thread_id generation code from database.cc to message.ccGravatar Carl Worth2009-10-23
* Move the _notmuch_message_sync from private to public interfacesGravatar Carl Worth2009-10-23
*-. Merge branch from fixing up bugs after bisecting.Gravatar Carl Worth2009-10-21
|\ \
| * | Fix lifetime-maintenance bug with std::string and c_str()Gravatar Carl Worth2009-10-21
* | | Add notmuch_message_add_tag and notmuch_message_remove_tagGravatar Carl Worth2009-10-21
* | | notmuch_message_get_message_id: Fix to cache resultGravatar Carl Worth2009-10-21
| |/ |/|
* | database: Add new notmuch_database_find_messageGravatar Carl Worth2009-10-21
|/
* Add notmuch_message_get_thread_ids functionGravatar Carl Worth2009-10-21
* Move find_prefix function from database.cc to message.ccGravatar Carl Worth2009-10-21
* Add destroy functions for results, message, and tags.Gravatar Carl Worth2009-10-20
* Rename our talloc destructor functions to _destructor.Gravatar Carl Worth2009-10-20
* Implement 'notmuch dump'.Gravatar Carl Worth2009-10-20