index
:
notmuch
debian/bookworm-backports
debian/bullseye
debian/bullseye-backports
debian/buster-backports
debian/jessie-backports
debian/squeeze-backports
debian/stretch
debian/stretch-backports
debian/trixie-backports
debian/unstable
debian/wheezy-backports
feature/git-remote
feature/wildcard
master
nmweb
pristine-tar
release
thread-based email index, search, and tagging
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
query.cc
Age
Commit message (
Expand
)
Author
2010-04-09
lib: Handle "*" as a query string to match all messages.
Carl Worth
2010-03-09
lib: Rename iterator functions to prepare for reverse iteration.
Carl Worth
2010-01-09
lib: Explicitly set BoolWeight when searching.
Carl Worth
2009-11-27
Silence compiler warning by initializing a variable.
Jeffrey C. Ollie
2009-11-24
lib/messages.c: Make message searches stream as well.
Carl Worth
2009-11-23
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-22
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-21
When a search query triggers a Xapian exception, log what the query was.
Eric Anholt
2009-11-19
Allow lone "not" search operators
Adrian Perez
2009-11-17
notmuch search: Change default search order to be newest messages first.
Carl Worth
2009-11-15
lib/messages: Add new notmuch_message_list_t to internal interface.
Carl Worth
2009-11-14
lib: Move notmuch_messages_t code from query.cc to new messages.c
Carl Worth
2009-11-12
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-09
libify: Move library sources down into lib directory.
Carl Worth