aboutsummaryrefslogtreecommitdiff
path: root/query.cc
Commit message (Expand)AuthorAge
* Rename message_results/thread_results to messages/threads.Carl Worth2009-10-31
* notmuch search: Add (relative) date to search outputCarl Worth2009-10-29
* notmuch show: Initial implementation (headers only)Carl Worth2009-10-29
* Add public notmuch_thread_get_subjectCarl Worth2009-10-26
* Add notmuch_thread_get_tagsCarl Worth2009-10-26
* Fix memory leak in notmuch_thread_results_tCarl Worth2009-10-26
* results_get: Fix to return NULL if past the end of the resultsCarl Worth2009-10-26
* Add an initial implementation of a notmuch_thread_t object.Carl Worth2009-10-25
* Rename notmuch_query_search to notmuch_query_search_messagesCarl Worth2009-10-25
* Add an INTERNAL_ERROR macro and use it for all internal errors.Carl Worth2009-10-25
* add_message: Propagate error status from notmuch_message_create_for_message_idCarl Worth2009-10-25
* Shuffle the value numbers around in the database.Carl Worth2009-10-24
* Use _find_prefix instead of hard-coded term in notmuch_query_searchCarl Worth2009-10-24
* Fix bit-twiddling brain damage in notmuch_query_searchCarl Worth2009-10-24
* Add debugging code for examining query strings.Carl Worth2009-10-24
* notmuch dump: Fix the sorting of results.Carl Worth2009-10-21
* query: Remove the magic NOTMUCH_QUERY_ALLCarl Worth2009-10-20
* Add destroy functions for results, message, and tags.Carl Worth2009-10-20
* Rename our talloc destructor functions to _destructor.Carl Worth2009-10-20
* Implement 'notmuch dump'.Carl Worth2009-10-20