]> git.notmuchmail.org Git - notmuch/commit
lib/thread: initial use of references as for fallback parenting
authorDavid Bremner <david@tethera.net>
Thu, 30 Aug 2018 11:29:07 +0000 (08:29 -0300)
committerDavid Bremner <david@tethera.net>
Thu, 6 Sep 2018 11:07:13 +0000 (08:07 -0300)
commita33085828408ec421bcfcf23449b51e0a0e3cece
treec5ec41a779e160c80c9b45e90749f4b7d439052a
parentac2146118b83ca08aa6dd1275f65eefaed9fe2c0
lib/thread: initial use of references as for fallback parenting

This is mainly to lay out the structure of the final code. The problem
isn't really solved yet, although some very simple cases are
better (hence the fixed test). We need two passes through the messages
because we need to be careful not to re-parent too many messages and
end up without any toplevel messages.
lib/thread.cc
test/T510-thread-replies.sh