aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/query.cc
Commit message (Expand)AuthorAge
* Catch and optionally print about exception at database->flush.Gravatar Carl Worth2009-11-22
* Print information about where Xapian exception occurred.Gravatar Carl Worth2009-11-22
* When a search query triggers a Xapian exception, log what the query was.Gravatar Eric Anholt2009-11-21
* Allow lone "not" search operatorsGravatar Adrian Perez2009-11-19
* notmuch search: Change default search order to be newest messages first.Gravatar Carl Worth2009-11-17
* lib/messages: Add new notmuch_message_list_t to internal interface.Gravatar Carl Worth2009-11-15
* lib: Move notmuch_messages_t code from query.cc to new messages.cGravatar Carl Worth2009-11-14
* notmuch search: Add support for a --reverse option to reverse sort order.Gravatar Carl Worth2009-11-12
* notmuch search: Print the number of matched/total messages for each thread.Gravatar Carl Worth2009-11-12
* notmuch search: Print all authors contributing to a thread.Gravatar Carl Worth2009-11-12
* notmuch_query_search_threads: Avoid returning more threads than asked for.Gravatar Carl Worth2009-11-12
* notmuch search: Fix a second bug in the change to support incremental searches.Gravatar Carl Worth2009-11-12
* notmuch search: Fix to actually return something.Gravatar Carl Worth2009-11-12
* libnotmuch: Underlying support for doing partial-results searches.Gravatar Carl Worth2009-11-12
* libify: Move library sources down into lib directory.Gravatar Carl Worth2009-11-09