summaryrefslogtreecommitdiff
path: root/notmuch-private.h
Commit message (Expand)AuthorAge
* Move thread_id generation code from database.cc to message.ccCarl Worth2009-10-23
* Generate message ID (using SHA1) when a mail message contains none.Carl Worth2009-10-22
* Add notmuch_message_add_tag and notmuch_message_remove_tagCarl Worth2009-10-21
* notmuch-private.h: Move NOTMUCH_BEGIN_DECLS earlierCarl Worth2009-10-21
* database: Add new notmuch_database_find_messageCarl Worth2009-10-21
* Rename NOTMUCH_MAX_TERM to NOTMUCH_TERM_MAXCarl Worth2009-10-21
* Move find_prefix function from database.cc to message.ccCarl Worth2009-10-21
* Move declarations for xutil.c from notmuch-private to new xutil.h.Carl Worth2009-10-21
* notmuch dump: Fix the sorting of results.Carl Worth2009-10-21
* Implement 'notmuch dump'.Carl Worth2009-10-20
* Rename private notmuch_message_t to notmuch_message_file_tCarl Worth2009-10-20
* Protect definition of _GNU_SOURCE.Carl Worth2009-10-19
* Rework message parsing to use getline rather than mmap.Carl Worth2009-10-19
* notmuch: Switch from gmime to custom, ad-hoc parsing of headers.Carl Worth2009-10-19
* notmuch: Start actually adding messages to the index.Carl Worth2009-10-18