summaryrefslogtreecommitdiff
path: root/lib/query.cc
Commit message (Expand)AuthorAge
* lib: Ensure notmuch_query_search_messages returns NULL on an exception.Carl Worth2010-04-24
* query.cc: allow to return query results unsortedSebastian Spaeth2010-04-21
* Name thread based on matching msgs instead of first msg.Jesse Rosenthal2010-04-21
* lib: Handle "*" as a query string to match all messages.Carl Worth2010-04-09
* lib: Rename iterator functions to prepare for reverse iteration.Carl Worth2010-03-09
* lib: Explicitly set BoolWeight when searching.Carl Worth2010-01-09
* Silence compiler warning by initializing a variable.Jeffrey C. Ollie2009-11-27
* lib/messages.c: Make message searches stream as well.Carl Worth2009-11-24
* lib/query: Drop the first and max_messages arguments from search_messages.Carl Worth2009-11-23
* lib/query: Fix notmuch_threads_t to stream results rather than blocking.Carl Worth2009-11-23
* notmuch search: Remove the chunked-searching hack.Carl Worth2009-11-23
* Add 'notmuch count' command to show the count of matching messagesKeith Packard2009-11-23
* Catch and optionally print about exception at database->flush.Carl Worth2009-11-22
* Print information about where Xapian exception occurred.Carl Worth2009-11-22
* When a search query triggers a Xapian exception, log what the query was.Eric Anholt2009-11-21
* Allow lone "not" search operatorsAdrian Perez2009-11-19
* notmuch search: Change default search order to be newest messages first.Carl Worth2009-11-17
* lib/messages: Add new notmuch_message_list_t to internal interface.Carl Worth2009-11-15
* lib: Move notmuch_messages_t code from query.cc to new messages.cCarl Worth2009-11-14
* notmuch search: Add support for a --reverse option to reverse sort order.Carl Worth2009-11-12
* notmuch search: Print the number of matched/total messages for each thread.Carl Worth2009-11-12
* notmuch search: Print all authors contributing to a thread.Carl Worth2009-11-12
* notmuch_query_search_threads: Avoid returning more threads than asked for.Carl Worth2009-11-12
* notmuch search: Fix a second bug in the change to support incremental searches.Carl Worth2009-11-12
* notmuch search: Fix to actually return something.Carl Worth2009-11-12
* libnotmuch: Underlying support for doing partial-results searches.Carl Worth2009-11-12
* libify: Move library sources down into lib directory.Carl Worth2009-11-09