summaryrefslogtreecommitdiff
path: root/lib/thread.cc
AgeCommit message (Expand)Author
2009-11-17notmuch search: Change default search order to be newest messages first.Carl Worth
2009-11-17Fix "too many open files" bug by closing message files when done with them.Keith Packard
2009-11-17get_in_reply_to: Implement via the database, not by opening mail file.Carl Worth
2009-11-15notmuch show: Implement proper thread ordering/nesting of messages.Carl Worth
2009-11-15_thread_add_messages: Remove unused variable.Carl Worth
2009-11-12notmuch search: Fix thread dates to come only from matched messages.Carl Worth
2009-11-12notmuch search: Add support for a --reverse option to reverse sort order.Carl Worth
2009-11-12notmuch search: Print the number of matched/total messages for each thread.Carl Worth
2009-11-12notmuch search: Avoid printing duplicate author names.Carl Worth
2009-11-12notmuch search: Print all authors contributing to a thread.Carl Worth
2009-11-12notmuch search: Print the names of author of matched emails.Carl Worth
2009-11-09libify: Move library sources down into lib directory.Carl Worth