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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
query.cc
Age
Commit message (
Expand
)
Author
2009-11-09
libify: Move library sources down into lib directory.
Carl Worth
2009-10-31
Rename message_results/thread_results to messages/threads.
Carl Worth
2009-10-29
notmuch search: Add (relative) date to search output
Carl Worth
2009-10-29
notmuch show: Initial implementation (headers only)
Carl Worth
2009-10-26
Add public notmuch_thread_get_subject
Carl Worth
2009-10-26
Add notmuch_thread_get_tags
Carl Worth
2009-10-26
Fix memory leak in notmuch_thread_results_t
Carl Worth
2009-10-26
results_get: Fix to return NULL if past the end of the results
Carl Worth
2009-10-25
Add an initial implementation of a notmuch_thread_t object.
Carl Worth
2009-10-25
Rename notmuch_query_search to notmuch_query_search_messages
Carl Worth
2009-10-25
Add an INTERNAL_ERROR macro and use it for all internal errors.
Carl Worth
2009-10-25
add_message: Propagate error status from notmuch_message_create_for_message_id
Carl Worth
2009-10-24
Shuffle the value numbers around in the database.
Carl Worth
2009-10-24
Use _find_prefix instead of hard-coded term in notmuch_query_search
Carl Worth
2009-10-24
Fix bit-twiddling brain damage in notmuch_query_search
Carl Worth
2009-10-24
Add debugging code for examining query strings.
Carl Worth
2009-10-21
notmuch dump: Fix the sorting of results.
Carl Worth
2009-10-20
query: Remove the magic NOTMUCH_QUERY_ALL
Carl Worth
2009-10-20
Add destroy functions for results, message, and tags.
Carl Worth
2009-10-20
Rename our talloc destructor functions to _destructor.
Carl Worth
2009-10-20
Implement 'notmuch dump'.
Carl Worth