summaryrefslogtreecommitdiff
path: root/lib/thread.cc
AgeCommit message (Expand)Author
2010-04-15lib: search_threads: Fix nested search to handle original search of "*"Carl Worth
2010-04-06fix obvious cut and paste errorDirk Hohndel
2010-03-31emacs: Fix the notmuch-search-authors-width variable.Carl Worth
2010-03-09lib: Rename iterator functions to prepare for reverse iteration.Carl Worth
2009-11-27correct message flag enum value so that it matches the typeBart Trojanowski
2009-11-27have _notmuch_thread_create mark which messages matched the queryBart Trojanowski
2009-11-23lib/query: Drop the first and max_messages arguments from search_messages.Carl Worth
2009-11-18TypsosIngmar Vanhassel
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