summaryrefslogtreecommitdiff
path: root/lib/thread.cc
AgeCommit message (Expand)Author
2013-06-24lib: add NOTMUCH_EXCLUDE_FLAG to notmuch_exclude_tMark Walters
2013-05-13lib: add --exclude=all optionMark Walters
2013-03-29lib: Fix name reordering to handle commas without spacesAdam Wolfe Gordon
2013-02-18lib: Add an iterator over all messages in a threadAustin Clements
2013-02-18lib: Separate list of all messages from top-level messagesAustin Clements
2013-02-18lib: Clean up error handling in _notmuch_thread_createAustin Clements
2012-03-02lib: Add the exclude flag to notmuch_query_search_threadsMark Walters
2011-05-11Mark some structures in the library interface with visibility=default attribute.Carl Worth
2011-03-21Implement an internal generic string list and use it.Austin Clements
2011-01-26notmuch search: Clean up some memory leaks during search loop.Carl Worth
2010-12-07Optimize thread search using matched docid sets.Austin Clements
2010-12-07notmuch search: Fix to display authors in date order.Carl Worth
2010-12-07lib: Set thread subject at the same time as setting thread->{oldest,newest}Carl Worth
2010-11-01lib: Eliminate some redundant includes of xapian.hCarl Worth
2010-11-01lib: Add some missing static qualifiers.Carl Worth
2010-04-27Fix SEGV in _thread_cleanup_author if author ends with ', 'Dirk Hohndel
2010-04-27lib: Re-implement moving of thread authors.Carl Worth
2010-04-26Simple attempt to display author names in a friendlier wayDirk Hohndel
2010-04-26Reorder displayed names of thread authorsDirk Hohndel
2010-04-24lib: Audit calls to notmuch_message_get_header to handle NULL returnCarl Worth
2010-04-24lib: Simplify code to set subject from matched message.Carl Worth
2010-04-22Revert "thread: Simplify code for assigning the subject."Carl Worth
2010-04-22Revert "thread: Fix sort of search when constructing threads."Carl Worth
2010-04-22Revert "thread: Removed unsed sort argument from _thread_add_matched_message"Carl Worth
2010-04-21thread: Removed unsed sort argument from _thread_add_matched_messageCarl Worth
2010-04-21thread: Fix sort of search when constructing threads.Carl Worth
2010-04-21thread: Simplify code for assigning the subject.Carl Worth
2010-04-21Name thread based on matching msgs instead of first msg.Jesse Rosenthal
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