]> git.notmuchmail.org Git - notmuch/history - lib/thread.cc
Merge tag 'debian/0.17-4'
[notmuch] / lib / thread.cc
2014-02-22 David BremnerMerge tag 'debian/0.17-4'
2014-01-18 Jani Nikulalib: fix clang compiler warning
2013-06-25 Mark Walterslib: add NOTMUCH_EXCLUDE_FLAG to notmuch_exclude_t
2013-05-26 David BremnerMerge branch 'release'
2013-05-14 Mark Walterslib: add --exclude=all option
2013-03-29 Adam Wolfe Gordonlib: Fix name reordering to handle commas without spaces
2013-02-19 David BremnerMerge branch 'release'
2013-02-19 Austin Clementslib: Add an iterator over all messages in a thread
2013-02-19 Austin Clementslib: Separate list of all messages from top-level messages
2013-02-19 Austin Clementslib: Clean up error handling in _notmuch_thread_create
2012-03-20 David BremnerMerge tag 'debian/0.12-1'
2012-03-20 David BremnerMerge tag '0.12'
2012-03-20 David BremnerMerge branch 'release'
2012-03-18 David BremnerMerge tag '0.12_rc2'
2012-03-15 David BremnerMerge branch 'release'
2012-03-15 David BremnerMerge branch 'release'
2012-03-14 David BremnerMerge branch 'release'
2012-03-11 David BremnerMerge branch 'release'
2012-03-03 David BremnerMerge branch 'release'
2012-03-02 Mark Walterslib: Add the exclude flag to notmuch_query_search_threads
2011-05-11 Carl WorthMark some structures in the library interface with...
2011-04-25 Carl WorthMerge remote-tracking branch 'amdragon/eager-metadata-v4'
2011-03-21 Austin ClementsImplement an internal generic string list and use it.
2011-01-26 Carl Worthnotmuch search: Clean up some memory leaks during searc...
2010-12-08 Austin ClementsOptimize thread search using matched docid sets.
2010-12-08 Carl Worthnotmuch search: Fix to display authors in date order.
2010-12-08 Carl Worthlib: Set thread subject at the same time as setting...
2010-11-08 Carl WorthMerge in ruby bindings.
2010-11-02 Carl Worthlib: Eliminate some redundant includes of xapian.h
2010-11-02 Carl Worthlib: Add some missing static qualifiers.
2010-04-28 Carl WorthMerge branch '0.3.x' immediately after the 0.3.1 release
2010-04-27 Dirk HohndelFix SEGV in _thread_cleanup_author if author ends with...
2010-04-27 Carl Worthlib: Re-implement moving of thread authors.
2010-04-26 Dirk HohndelSimple attempt to display author names in a friendlier way
2010-04-26 Dirk HohndelReorder displayed names of thread authors
2010-04-24 Carl Worthlib: Audit calls to notmuch_message_get_header to handl...
2010-04-24 Carl Worthlib: Simplify code to set subject from matched message.
2010-04-22 Carl WorthRevert "thread: Simplify code for assigning the subject."
2010-04-22 Carl WorthRevert "thread: Fix sort of search when constructing...
2010-04-22 Carl WorthRevert "thread: Removed unsed sort argument from _threa...
2010-04-22 Carl WorthMerge Sebastian Spaeth's python bindings into bindings...
2010-04-22 Carl Worththread: Removed unsed sort argument from _thread_add_ma...
2010-04-21 Carl Worththread: Fix sort of search when constructing threads.
2010-04-21 Carl Worththread: Simplify code for assigning the subject.
2010-04-21 Jesse RosenthalName thread based on matching msgs instead of first...
2010-04-15 Carl Worthlib: search_threads: Fix nested search to handle origin...
2010-04-07 Dirk Hohndelfix obvious cut and paste error
2010-04-06 Carl WorthMerge branch 'debian' into rebuild
2010-03-31 Carl Worthemacs: Fix the notmuch-search-authors-width variable.
2010-03-09 Carl Worthlib: Rename iterator functions to prepare for reverse...
2009-11-28 Bart Trojanowskicorrect message flag enum value so that it matches...
2009-11-28 Bart Trojanowskihave _notmuch_thread_create mark which messages matched...
2009-11-27 Bart TrojanowskiMerge remote branch 'origin/master' into vim
2009-11-25 Bart TrojanowskiMerge branch 'show-matching-flag' into HEAD
2009-11-25 Bart Trojanowskihave _notmuch_thread_create mark which messages matched...
2009-11-24 Carl WorthMerge buttons-for-body-and-headers branch.
2009-11-24 Carl Worthlib/query: Drop the first and max_messages arguments...
2009-11-18 Ingmar VanhasselTypsos
2009-11-18 Carl Worthnotmuch search: Change default search order to be newes...
2009-11-18 Keith PackardFix "too many open files" bug by closing message files...
2009-11-18 Carl Worthget_in_reply_to: Implement via the database, not by...
2009-11-16 Carl Worthnotmuch show: Implement proper thread ordering/nesting...
2009-11-16 Carl Worth_thread_add_messages: Remove unused variable.
2009-11-13 Carl Worthnotmuch search: Fix thread dates to come only from...
2009-11-13 Carl Worthnotmuch search: Add support for a --reverse option...
2009-11-13 Carl Worthnotmuch search: Print the number of matched/total messa...
2009-11-13 Carl Worthnotmuch search: Avoid printing duplicate author names.
2009-11-13 Carl Worthnotmuch search: Print all authors contributing to a...
2009-11-12 Carl Worthnotmuch search: Print the names of author of matched...
2009-11-10 Carl Worthlibify: Move library sources down into lib directory.