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