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