aboutsummaryrefslogtreecommitdiff
path: root/query.cc
AgeCommit message (Expand)Author
2009-10-31Rename message_results/thread_results to messages/threads.Carl Worth
2009-10-29notmuch search: Add (relative) date to search outputCarl Worth
2009-10-29notmuch show: Initial implementation (headers only)Carl Worth
2009-10-26Add public notmuch_thread_get_subjectCarl Worth
2009-10-26Add notmuch_thread_get_tagsCarl Worth
2009-10-26Fix memory leak in notmuch_thread_results_tCarl Worth
2009-10-26results_get: Fix to return NULL if past the end of the resultsCarl Worth
2009-10-25Add an initial implementation of a notmuch_thread_t object.Carl Worth
2009-10-25Rename notmuch_query_search to notmuch_query_search_messagesCarl 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-24Shuffle the value numbers around in the database.Carl Worth
2009-10-24Use _find_prefix instead of hard-coded term in notmuch_query_searchCarl Worth
2009-10-24Fix bit-twiddling brain damage in notmuch_query_searchCarl Worth
2009-10-24Add debugging code for examining query strings.Carl Worth
2009-10-21notmuch dump: Fix the sorting of results.Carl Worth
2009-10-20query: Remove the magic NOTMUCH_QUERY_ALLCarl Worth
2009-10-20Add destroy functions for results, message, and tags.Carl Worth
2009-10-20Rename our talloc destructor functions to _destructor.Carl Worth
2009-10-20Implement 'notmuch dump'.Carl Worth