aboutsummaryrefslogtreecommitdiff
path: root/notmuch-private.h
AgeCommit message (Expand)Author
2009-11-09libify: Move library sources down into lib directory.Carl Worth
2009-11-02Remove notmuch_message_get_header_size and notmuch_message_get_all_headersCarl Worth
2009-10-29notmuch search: Add (relative) date to search outputCarl 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-28Add full-text indexing using the GMime library for parsing.Carl Worth
2009-10-26Fix incorrect name of _notmuch_thread_get_subject.Carl Worth
2009-10-26Add public notmuch_thread_get_subjectCarl Worth
2009-10-26Remove all calls to g_strdup_printfCarl Worth
2009-10-26Add notmuch_thread_get_tagsCarl 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-25Add an initial implementation of a notmuch_thread_t object.Carl Worth
2009-10-25Re-enable the warning for unused parameters.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-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-23Add notmuch_database_set_timestamp and notmuch_database_get_timestampCarl Worth
2009-10-23database: Add private find_unique_doc_id and find_unique_document functionsCarl Worth
2009-10-23sha1: Add new notmuch_sha1_of_string functionCarl 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-23Add internal functions for manipulating a new notmuch_message_tCarl Worth
2009-10-23Move thread_id generation code from database.cc to message.ccCarl Worth
2009-10-22Generate message ID (using SHA1) when a mail message contains none.Carl Worth
2009-10-21Add notmuch_message_add_tag and notmuch_message_remove_tagCarl Worth
2009-10-21notmuch-private.h: Move NOTMUCH_BEGIN_DECLS earlierCarl Worth
2009-10-21database: Add new notmuch_database_find_messageCarl Worth
2009-10-21Rename NOTMUCH_MAX_TERM to NOTMUCH_TERM_MAXCarl Worth
2009-10-21Move find_prefix function from database.cc to message.ccCarl Worth
2009-10-21Move declarations for xutil.c from notmuch-private to new xutil.h.Carl Worth
2009-10-21notmuch dump: Fix the sorting of results.Carl Worth
2009-10-20Implement 'notmuch dump'.Carl Worth
2009-10-20Rename private notmuch_message_t to notmuch_message_file_tCarl Worth
2009-10-19Protect definition of _GNU_SOURCE.Carl Worth
2009-10-19Rework message parsing to use getline rather than mmap.Carl Worth
2009-10-19notmuch: Switch from gmime to custom, ad-hoc parsing of headers.Carl Worth
2009-10-18notmuch: Start actually adding messages to the index.Carl Worth