]> git.notmuchmail.org Git - notmuch/commit
lib: Remove unnecessary thread linking steps when using ghost messages
authorAustin Clements <amdragon@mit.edu>
Thu, 23 Oct 2014 12:30:41 +0000 (08:30 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 25 Oct 2014 17:46:19 +0000 (19:46 +0200)
commit70f15b37fb226160acea591632b73ebe1e48809c
tree07df5f2ca16698fcb37122e0395b771ff4952289
parent4e2c351c588ad74f4800ca0344232be90387c54a
lib: Remove unnecessary thread linking steps when using ghost messages

Previously, it was necessary to link new messages to children to work
around some (though not all) problems with the old metadata-based
approach to stored thread IDs.  With ghost messages, this is no longer
necessary, so don't bother with child linking when ghost messages are
in use.
lib/database.cc