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
/
thread.cc
Age
Commit message (
Expand
)
Author
2010-11-01
lib: Eliminate some redundant includes of xapian.h
Carl Worth
2010-11-01
lib: Add some missing static qualifiers.
Carl Worth
2010-04-27
Fix SEGV in _thread_cleanup_author if author ends with ', '
Dirk Hohndel
2010-04-27
lib: Re-implement moving of thread authors.
Carl Worth
2010-04-26
Simple attempt to display author names in a friendlier way
Dirk Hohndel
2010-04-26
Reorder displayed names of thread authors
Dirk Hohndel
2010-04-24
lib: Audit calls to notmuch_message_get_header to handle NULL return
Carl Worth
2010-04-24
lib: Simplify code to set subject from matched message.
Carl Worth
2010-04-22
Revert "thread: Simplify code for assigning the subject."
Carl Worth
2010-04-22
Revert "thread: Fix sort of search when constructing threads."
Carl Worth
2010-04-22
Revert "thread: Removed unsed sort argument from _thread_add_matched_message"
Carl Worth
2010-04-21
thread: Removed unsed sort argument from _thread_add_matched_message
Carl Worth
2010-04-21
thread: Fix sort of search when constructing threads.
Carl Worth
2010-04-21
thread: Simplify code for assigning the subject.
Carl Worth
2010-04-21
Name thread based on matching msgs instead of first msg.
Jesse Rosenthal
2010-04-15
lib: search_threads: Fix nested search to handle original search of "*"
Carl Worth
2010-04-06
fix obvious cut and paste error
Dirk Hohndel
2010-03-31
emacs: Fix the notmuch-search-authors-width variable.
Carl Worth
2010-03-09
lib: Rename iterator functions to prepare for reverse iteration.
Carl Worth
2009-11-27
correct message flag enum value so that it matches the type
Bart Trojanowski
2009-11-27
have _notmuch_thread_create mark which messages matched the query
Bart Trojanowski
2009-11-23
lib/query: Drop the first and max_messages arguments from search_messages.
Carl Worth
2009-11-18
Typsos
Ingmar Vanhassel
2009-11-17
notmuch search: Change default search order to be newest messages first.
Carl Worth
2009-11-17
Fix "too many open files" bug by closing message files when done with them.
Keith Packard
2009-11-17
get_in_reply_to: Implement via the database, not by opening mail file.
Carl Worth
2009-11-15
notmuch show: Implement proper thread ordering/nesting of messages.
Carl Worth
2009-11-15
_thread_add_messages: Remove unused variable.
Carl Worth
2009-11-12
notmuch search: Fix thread dates to come only from matched messages.
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: Avoid printing duplicate author names.
Carl Worth
2009-11-12
notmuch search: Print all authors contributing to a thread.
Carl Worth
2009-11-12
notmuch search: Print the names of author of matched emails.
Carl Worth
2009-11-09
libify: Move library sources down into lib directory.
Carl Worth