aboutsummaryrefslogtreecommitdiff
path: root/lib/query.cc
Commit message (Expand)AuthorAge
* lib: change default for notmuch_query_set_omit_excludedMark Walters2012-04-07
* lib: fix an exclude bugMark Walters2012-03-18
* lib: Add exclude query debug outputAustin Clements2012-03-18
* lib: Expose query debug output via an environment variableAustin Clements2012-03-18
* lib: Add the exclude flag to notmuch_query_search_threadsMark Walters2012-03-02
* lib: Make notmuch_query_search_messages set the exclude flagMark Walters2012-03-02
* lib: Rearrange the exclude code in query.ccMark Walters2012-03-02
* lib: Add support for automatically excluding tags from queriesAustin Clements2012-01-16
* lib: add function to get the number of threads matching a searchJani Nikula2011-11-15
* Mark some structures in the library interface with visibility=default attribute.Carl Worth2011-05-11
* Simplify _notmuch_doc_id_set_init interface.Austin Clements2011-01-30
* Remove code repetition in the doc ID bitmap code.Austin Clements2011-01-30
* Optimize thread search using matched docid sets.Austin Clements2010-12-07
* lib: Eliminate some redundant includes of xapian.hCarl Worth2010-11-01
* lib: Add two functions: notmuch_query_get_query_string and _get_sortCarl Worth2010-10-28
* lib: Fix notmuch_query_search_threads to return NULL on any Xapian exception.Carl Worth2010-10-22
* 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