index
:
notmuch
master
thread-based email index, search and tagging
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
/
query.cc
Commit message (
Expand
)
Author
Age
*
lib: Eliminate some redundant includes of xapian.h
Carl Worth
2010-11-01
*
lib: Add two functions: notmuch_query_get_query_string and _get_sort
Carl Worth
2010-10-28
*
lib: Fix notmuch_query_search_threads to return NULL on any Xapian exception.
Carl Worth
2010-10-22
*
lib: Ensure notmuch_query_search_messages returns NULL on an exception.
Carl Worth
2010-04-24
*
query.cc: allow to return query results unsorted
Sebastian Spaeth
2010-04-21
*
Name thread based on matching msgs instead of first msg.
Jesse Rosenthal
2010-04-21
*
lib: Handle "*" as a query string to match all messages.
Carl Worth
2010-04-09
*
lib: Rename iterator functions to prepare for reverse iteration.
Carl Worth
2010-03-09
*
lib: Explicitly set BoolWeight when searching.
Carl Worth
2010-01-09
*
Silence compiler warning by initializing a variable.
Jeffrey C. Ollie
2009-11-27
*
lib/messages.c: Make message searches stream as well.
Carl Worth
2009-11-24
*
lib/query: Drop the first and max_messages arguments from search_messages.
Carl Worth
2009-11-23
*
lib/query: Fix notmuch_threads_t to stream results rather than blocking.
Carl Worth
2009-11-23
*
notmuch search: Remove the chunked-searching hack.
Carl Worth
2009-11-23
*
Add 'notmuch count' command to show the count of matching messages
Keith Packard
2009-11-23
*
Catch and optionally print about exception at database->flush.
Carl Worth
2009-11-22
*
Print information about where Xapian exception occurred.
Carl Worth
2009-11-22
*
When a search query triggers a Xapian exception, log what the query was.
Eric Anholt
2009-11-21
*
Allow lone "not" search operators
Adrian Perez
2009-11-19
*
notmuch search: Change default search order to be newest messages first.
Carl Worth
2009-11-17
*
lib/messages: Add new notmuch_message_list_t to internal interface.
Carl Worth
2009-11-15
*
lib: Move notmuch_messages_t code from query.cc to new messages.c
Carl Worth
2009-11-14
*
notmuch search: Add support for a --reverse option to reverse sort order.
Carl Worth
2009-11-12
*
notmuch search: Print the number of matched/total messages for each thread.
Carl Worth
2009-11-12
*
notmuch search: Print all authors contributing to a thread.
Carl Worth
2009-11-12
*
notmuch_query_search_threads: Avoid returning more threads than asked for.
Carl Worth
2009-11-12
*
notmuch search: Fix a second bug in the change to support incremental searches.
Carl Worth
2009-11-12
*
notmuch search: Fix to actually return something.
Carl Worth
2009-11-12
*
libnotmuch: Underlying support for doing partial-results searches.
Carl Worth
2009-11-12
*
libify: Move library sources down into lib directory.
Carl Worth
2009-11-09