]> git.notmuchmail.org Git - notmuch/history - lib/query.cc
lib: fix an exclude bug
[notmuch] / lib / query.cc
2012-03-18 Mark Walterslib: fix an exclude bug
2012-03-18 Austin Clementslib: Add exclude query debug output
2012-03-18 Austin Clementslib: Expose query debug output via an environment variable
2012-03-18 David BremnerMerge tag '0.12_rc2'
2012-03-15 David BremnerMerge branch 'release'
2012-03-15 David BremnerMerge branch 'release'
2012-03-14 David BremnerMerge branch 'release'
2012-03-11 David BremnerMerge branch 'release'
2012-03-03 David BremnerMerge branch 'release'
2012-03-02 Mark Walterslib: Add the exclude flag to notmuch_query_search_threads
2012-03-02 Mark Walterslib: Make notmuch_query_search_messages set the exclude...
2012-03-02 Mark Walterslib: Rearrange the exclude code in query.cc
2012-02-04 David BremnerMerge commit '0.11.1'
2012-01-17 Austin Clementslib: Add support for automatically excluding tags from...
2011-11-15 Jani Nikulalib: add function to get the number of threads matching...
2011-05-11 Carl WorthMark some structures in the library interface with...
2011-03-10 Carl WorthMerge remote branch 'amdragon/search-perf-3'
2011-01-31 Austin ClementsSimplify _notmuch_doc_id_set_init interface.
2011-01-31 Austin ClementsRemove code repetition in the doc ID bitmap code.
2010-12-08 Austin ClementsOptimize thread search using matched docid sets.
2010-11-08 Carl WorthMerge in ruby bindings.
2010-11-02 Carl Worthlib: Eliminate some redundant includes of xapian.h
2010-10-28 Carl Worthlib: Add two functions: notmuch_query_get_query_string...
2010-10-23 Carl Worthlib: Fix notmuch_query_search_threads to return NULL...
2010-04-24 Carl Worthlib: Ensure notmuch_query_search_messages returns NULL...
2010-04-22 Carl WorthMerge Sebastian Spaeth's python bindings into bindings...
2010-04-21 Sebastian Spaethquery.cc: allow to return query results unsorted
2010-04-21 Jesse RosenthalName thread based on matching msgs instead of first...
2010-04-10 Carl Worthlib: Handle "*" as a query string to match all messages.
2010-04-06 Carl WorthMerge branch 'debian' into rebuild
2010-03-09 Carl Worthlib: Rename iterator functions to prepare for reverse...
2010-01-21 martin f. krafftMerge branch 'upstream'
2010-01-09 Carl Worthlib: Explicitly set BoolWeight when searching.
2009-11-28 Jeffrey C. OllieSilence compiler warning by initializing a variable.
2009-11-24 Carl WorthMerge buttons-for-body-and-headers branch.
2009-11-24 Carl Worthlib/messages.c: Make message searches stream as well.
2009-11-24 Carl Worthlib/query: Drop the first and max_messages arguments...
2009-11-24 Carl Worthlib/query: Fix notmuch_threads_t to stream results...
2009-11-24 Carl Worthnotmuch search: Remove the chunked-searching hack.
2009-11-23 Keith PackardAdd 'notmuch count' command to show the count of matchi...
2009-11-22 Carl WorthCatch and optionally print about exception at database...
2009-11-22 Carl WorthPrint information about where Xapian exception occurred.
2009-11-20 Eric AnholtWhen a search query triggers a Xapian exception, log...
2009-11-19 Adrian PerezAllow lone "not" search operators
2009-11-18 Carl Worthnotmuch search: Change default search order to be newes...
2009-11-16 Carl Worthlib/messages: Add new notmuch_message_list_t to interna...
2009-11-15 Carl Worthlib: Move notmuch_messages_t code from query.cc to...
2009-11-13 Carl Worthnotmuch search: Add support for a --reverse option...
2009-11-13 Carl Worthnotmuch search: Print the number of matched/total messa...
2009-11-13 Carl Worthnotmuch search: Print all authors contributing to a...
2009-11-13 Carl Worthnotmuch_query_search_threads: Avoid returning more...
2009-11-13 Carl Worthnotmuch search: Fix a second bug in the change to suppo...
2009-11-13 Carl Worthnotmuch search: Fix to actually return something.
2009-11-13 Carl Worthlibnotmuch: Underlying support for doing partial-result...
2009-11-10 Carl Worthlibify: Move library sources down into lib directory.