]> git.notmuchmail.org Git - notmuch/history - notmuch-private.h
Remove notmuch_message_get_header_size and notmuch_message_get_all_headers
[notmuch] / notmuch-private.h
2009-11-03 Carl WorthRemove notmuch_message_get_header_size and notmuch_mess...
2009-10-30 Carl Worthnotmuch search: Add (relative) date to search output
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 WorthAdd full-text indexing using the GMime library for...
2009-10-27 Carl WorthFix incorrect name of _notmuch_thread_get_subject.
2009-10-27 Carl WorthAdd public notmuch_thread_get_subject
2009-10-26 Carl WorthRemove all calls to g_strdup_printf
2009-10-26 Carl WorthAdd notmuch_thread_get_tags
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 WorthAdd an initial implementation of a notmuch_thread_t...
2009-10-25 Carl WorthRe-enable the warning for unused parameters.
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 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-23 Carl WorthAdd notmuch_database_set_timestamp and notmuch_database...
2009-10-23 Carl Worthdatabase: Add private find_unique_doc_id and find_uniqu...
2009-10-23 Carl Worthsha1: Add new notmuch_sha1_of_string function
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 WorthAdd internal functions for manipulating a new notmuch_m...
2009-10-23 Carl WorthMove thread_id generation code from database.cc to...
2009-10-22 Carl WorthGenerate message ID (using SHA1) when a mail message...
2009-10-22 Carl WorthMerge branch from fixing up bugs after bisecting.
2009-10-21 Carl WorthAdd notmuch_message_add_tag and notmuch_message_remove_tag
2009-10-21 Carl Worthnotmuch-private.h: Move NOTMUCH_BEGIN_DECLS earlier
2009-10-21 Carl Worthdatabase: Add new notmuch_database_find_message
2009-10-21 Carl WorthRename NOTMUCH_MAX_TERM to NOTMUCH_TERM_MAX
2009-10-21 Carl WorthMove find_prefix function from database.cc to message.cc
2009-10-21 Carl WorthMove declarations for xutil.c from notmuch-private...
2009-10-21 Carl Worthnotmuch dump: Fix the sorting of results.
2009-10-21 Carl WorthImplement 'notmuch dump'.
2009-10-20 Carl WorthRename private notmuch_message_t to notmuch_message_file_t
2009-10-20 Carl WorthProtect definition of _GNU_SOURCE.
2009-10-19 Carl WorthRework message parsing to use getline rather than mmap.
2009-10-19 Carl Worthnotmuch: Switch from gmime to custom, ad-hoc parsing...
2009-10-19 Carl Worthnotmuch: Start actually adding messages to the index.