aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/thread.cc
Commit message (Expand)AuthorAge
* lib: Start all function names in notmuch-private.h withGravatar Charles Celerier2014-07-13
* lib: fix clang compiler warningGravatar Jani Nikula2014-01-18
* lib: add NOTMUCH_EXCLUDE_FLAG to notmuch_exclude_tGravatar Mark Walters2013-06-24
* lib: add --exclude=all optionGravatar Mark Walters2013-05-13
* lib: Fix name reordering to handle commas without spacesGravatar Adam Wolfe Gordon2013-03-29
* lib: Add an iterator over all messages in a threadGravatar Austin Clements2013-02-18
* lib: Separate list of all messages from top-level messagesGravatar Austin Clements2013-02-18
* lib: Clean up error handling in _notmuch_thread_createGravatar Austin Clements2013-02-18
* lib: Add the exclude flag to notmuch_query_search_threadsGravatar Mark Walters2012-03-02
* Mark some structures in the library interface with visibility=default attribute.Gravatar Carl Worth2011-05-11
* Implement an internal generic string list and use it.Gravatar Austin Clements2011-03-21
* notmuch search: Clean up some memory leaks during search loop.Gravatar Carl Worth2011-01-26
* Optimize thread search using matched docid sets.Gravatar Austin Clements2010-12-07
* notmuch search: Fix to display authors in date order.Gravatar Carl Worth2010-12-07
* lib: Set thread subject at the same time as setting thread->{oldest,newest}Gravatar Carl Worth2010-12-07
* lib: Eliminate some redundant includes of xapian.hGravatar Carl Worth2010-11-01
* lib: Add some missing static qualifiers.Gravatar Carl Worth2010-11-01
* Fix SEGV in _thread_cleanup_author if author ends with ', 'Gravatar Dirk Hohndel2010-04-27
* lib: Re-implement moving of thread authors.Gravatar Carl Worth2010-04-27
* Simple attempt to display author names in a friendlier wayGravatar Dirk Hohndel2010-04-26
* Reorder displayed names of thread authorsGravatar Dirk Hohndel2010-04-26
* lib: Audit calls to notmuch_message_get_header to handle NULL returnGravatar Carl Worth2010-04-24
* lib: Simplify code to set subject from matched message.Gravatar Carl Worth2010-04-24
* Revert "thread: Simplify code for assigning the subject."Gravatar Carl Worth2010-04-22
* Revert "thread: Fix sort of search when constructing threads."Gravatar Carl Worth2010-04-22
* Revert "thread: Removed unsed sort argument from _thread_add_matched_message"Gravatar Carl Worth2010-04-22
* thread: Removed unsed sort argument from _thread_add_matched_messageGravatar Carl Worth2010-04-21
* thread: Fix sort of search when constructing threads.Gravatar Carl Worth2010-04-21
* thread: Simplify code for assigning the subject.Gravatar Carl Worth2010-04-21
* Name thread based on matching msgs instead of first msg.Gravatar Jesse Rosenthal2010-04-21
* lib: search_threads: Fix nested search to handle original search of "*"Gravatar Carl Worth2010-04-15
* fix obvious cut and paste errorGravatar Dirk Hohndel2010-04-06
* emacs: Fix the notmuch-search-authors-width variable.Gravatar Carl Worth2010-03-31
* lib: Rename iterator functions to prepare for reverse iteration.Gravatar Carl Worth2010-03-09
* correct message flag enum value so that it matches the typeGravatar Bart Trojanowski2009-11-27
* have _notmuch_thread_create mark which messages matched the queryGravatar Bart Trojanowski2009-11-27
* lib/query: Drop the first and max_messages arguments from search_messages.Gravatar Carl Worth2009-11-23
* TypsosGravatar Ingmar Vanhassel2009-11-18
* notmuch search: Change default search order to be newest messages first.Gravatar Carl Worth2009-11-17
* Fix "too many open files" bug by closing message files when done with them.Gravatar Keith Packard2009-11-17
* get_in_reply_to: Implement via the database, not by opening mail file.Gravatar Carl Worth2009-11-17
* notmuch show: Implement proper thread ordering/nesting of messages.Gravatar Carl Worth2009-11-15
* _thread_add_messages: Remove unused variable.Gravatar Carl Worth2009-11-15
* notmuch search: Fix thread dates to come only from matched messages.Gravatar Carl Worth2009-11-12
* notmuch search: Add support for a --reverse option to reverse sort order.Gravatar Carl Worth2009-11-12
* notmuch search: Print the number of matched/total messages for each thread.Gravatar Carl Worth2009-11-12
* notmuch search: Avoid printing duplicate author names.Gravatar Carl Worth2009-11-12
* notmuch search: Print all authors contributing to a thread.Gravatar Carl Worth2009-11-12
* notmuch search: Print the names of author of matched emails.Gravatar Carl Worth2009-11-12
* libify: Move library sources down into lib directory.Gravatar Carl Worth2009-11-09