aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/query.cc
Commit message (Expand)AuthorAge
* lib: make notmuch_threads_valid return FALSE when passed NULLGravatar David Bremner2014-01-24
* query: bind queries to database objectsGravatar Felipe Contreras2013-11-02
* lib: add NOTMUCH_EXCLUDE_FLAG to notmuch_exclude_tGravatar Mark Walters2013-06-24
* lib: add --exclude=all optionGravatar Mark Walters2013-05-13
* bitmap:improve memory usage using CHAR_BITS and unsigned CHARGravatar Robert Mast2013-02-15
* lib: change default for notmuch_query_set_omit_excludedGravatar Mark Walters2012-04-07
* lib: fix an exclude bugGravatar Mark Walters2012-03-18
* lib: Add exclude query debug outputGravatar Austin Clements2012-03-18
* lib: Expose query debug output via an environment variableGravatar Austin Clements2012-03-18
* lib: Add the exclude flag to notmuch_query_search_threadsGravatar Mark Walters2012-03-02
* lib: Make notmuch_query_search_messages set the exclude flagGravatar Mark Walters2012-03-02
* lib: Rearrange the exclude code in query.ccGravatar Mark Walters2012-03-02
* lib: Add support for automatically excluding tags from queriesGravatar Austin Clements2012-01-16
* lib: add function to get the number of threads matching a searchGravatar Jani Nikula2011-11-15
* Mark some structures in the library interface with visibility=default attribute.Gravatar Carl Worth2011-05-11
* Simplify _notmuch_doc_id_set_init interface.Gravatar Austin Clements2011-01-30
* Remove code repetition in the doc ID bitmap code.Gravatar Austin Clements2011-01-30
* Optimize thread search using matched docid sets.Gravatar Austin Clements2010-12-07
* lib: Eliminate some redundant includes of xapian.hGravatar Carl Worth2010-11-01
* lib: Add two functions: notmuch_query_get_query_string and _get_sortGravatar Carl Worth2010-10-28
* lib: Fix notmuch_query_search_threads to return NULL on any Xapian exception.Gravatar Carl Worth2010-10-22
* lib: Ensure notmuch_query_search_messages returns NULL on an exception.Gravatar Carl Worth2010-04-24
* query.cc: allow to return query results unsortedGravatar Sebastian Spaeth2010-04-21
* Name thread based on matching msgs instead of first msg.Gravatar Jesse Rosenthal2010-04-21
* lib: Handle "*" as a query string to match all messages.Gravatar Carl Worth2010-04-09
* lib: Rename iterator functions to prepare for reverse iteration.Gravatar Carl Worth2010-03-09
* lib: Explicitly set BoolWeight when searching.Gravatar Carl Worth2010-01-09
* Silence compiler warning by initializing a variable.Gravatar Jeffrey C. Ollie2009-11-27
* lib/messages.c: Make message searches stream as well.Gravatar Carl Worth2009-11-24
* lib/query: Drop the first and max_messages arguments from search_messages.Gravatar Carl Worth2009-11-23
* lib/query: Fix notmuch_threads_t to stream results rather than blocking.Gravatar Carl Worth2009-11-23
* notmuch search: Remove the chunked-searching hack.Gravatar Carl Worth2009-11-23
* Add 'notmuch count' command to show the count of matching messagesGravatar Keith Packard2009-11-23
* 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