]> git.notmuchmail.org Git - notmuch/history - message.cc
notmuch.el: Make notmuch-search scroll commands move to first/last message.
[notmuch] / message.cc
2009-11-03 Carl WorthRemove notmuch_message_get_header_size and notmuch_mess...
2009-11-02 Carl WorthDrop date.c file, (use identical function from GMime...
2009-10-30 Carl Worthnotmuch show: Add a one-line summary of the message...
2009-10-29 Carl Worthnotmuch show: Add body of message as well.
2009-10-29 Carl Worthnotmuch show: Initial implementation (headers only)
2009-10-28 Carl WorthFix add_message and get_filename to strip/re-add the...
2009-10-28 Carl WorthTweak formatting of internal error messages.
2009-10-28 Carl WorthAdd full-text indexing using the GMime library for...
2009-10-28 Carl Worthnotmuch tag: Fix crash when removing a tag that didn...
2009-10-27 Carl WorthMerge branch to fix broken "notmuch setup" and "notmuch...
2009-10-27 Carl Worthnotmuch restore: Fix to remove all tags before adding...
2009-10-27 Carl WorthAdd public notmuch_thread_get_subject
2009-10-26 Carl Worthtags: Replace sort() and reset() with prepare_iterator().
2009-10-26 Carl Worthtags: Re-implement tags iterator to avoid having C...
2009-10-26 Carl WorthHide away the details of the implementation of notmuch_...
2009-10-26 Carl WorthMove terms and tags code to a new tags.cc file.
2009-10-25 Carl WorthAdd -Wmising-declarations and fix warnings.
2009-10-25 Carl WorthChange database to store only a single thread ID per...
2009-10-25 Carl WorthAdd an INTERNAL_ERROR macro and use it for all internal...
2009-10-25 Carl Worthadd_message: Propagate error status from notmuch_messag...
2009-10-25 Carl WorthDrop the storage of thread ID(s) in a value.
2009-10-25 Carl WorthConvert notmuch_thread_ids_t to notmuch_terms_t
2009-10-25 Carl WorthImplement notmuch_tags_t on top of new notmuch_terms_t
2009-10-25 Carl WorthShuffle the value numbers around in the database.
2009-10-25 Carl WorthChange all occurrences of "msgid" to "id".
2009-10-25 Carl WorthMove the prefix-string arrays back into database.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'.