]> git.notmuchmail.org Git - notmuch/history - lib/thread.cc
use EMPTY_STRING in _parent_via_in_reply_to
[notmuch] / lib / thread.cc
2018-09-06 David Bremneruse EMPTY_STRING in _parent_via_in_reply_to
2018-09-06 David Bremnerlib/thread: refactor in_reply_to test
2018-09-06 David Bremnerlib: add _notmuch_message_list_empty
2018-09-06 David Bremnerlib/thread: add macro for debug printing of threading
2018-09-06 David Bremnerlib/thread: sort sibling messages by date
2018-04-25 David BremnerMerge branch 'release'
2018-04-24 David Bremnerlib: choose oldest message when breaking reference...
2018-04-20 David Bremnerlib: break reference loop by choosing arbitrary top...
2017-12-21 David Bremnerlib: return "" rather than NULL from notmuch_thread_get...
2017-12-09 David BremnerMerge branch 'release'
2017-11-06 David BremnerMerge branch 'release'
2017-10-10 Jani Nikulalib: convert notmuch_bool_t to stdbool internally
2017-09-12 David BremnerMerge tag '0.25.1'
2017-08-17 David BremnerMerge branch 'release'
2017-08-15 David BremnerMerge tag 'debian/0.25-6'
2017-08-10 David BremnerMerge tag 'debian/0.25-5'
2017-08-04 David BremnerMerge tag 'debian/0.25-4'
2017-08-03 David BremnerMerge tag 'debian/0.25-3'
2017-08-02 David Bremnerlib: add notmuch_thread_get_total_files
2017-07-04 David BremnerMerge branch 'release'
2017-07-02 David BremnerMerge branch 'debian'
2017-06-01 David BremnerMerge branch 'release'
2017-05-13 David BremnerMerge branch 'release'
2017-05-13 Jani Nikulabuild: visibility=default for library structs is no...
2017-04-01 David BremnerMerge branch 'release'
2017-03-29 David BremnerMerge branch 'release'
2017-03-25 David BremnerMerge branch 'release'
2017-03-22 David Bremnerlib: replace deprecated n_q_search_messages with status...
2016-09-09 David BremnerMerge branch 'release'
2016-07-19 David BremnerMerge branch 'release'
2016-06-05 Daniel Kahn GillmorUse https instead of http where possible
2015-10-05 David Bremnerlib: migrate thread.cc to new query_search API
2015-09-26 David BremnerMerge branch 'release'
2015-09-04 David Bremnerlib: note remaining uses of deprecated message search API
2015-01-19 Toddlib: Fix use after free
2015-01-19 Toddlib: Fix potential invalid read past an empty string
2015-01-17 Jesse Rosenthalthread.cc: Avoid empty thread names if possible.
2014-12-07 Jesse Rosenthallib: Use email address instead of empty real name.
2014-10-25 David BremnerMerge tag '0.18.2'
2014-10-25 David BremnerMerge tag '0.18.2_rc1'
2014-08-09 David BremnerMerge tag 'debian/0.18.1-2'
2014-07-13 Charles Celerierlib: Start all function names in notmuch-private.h...
2014-03-03 David BremnerMerge tag 'debian/0.17-5'
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...
next