]> git.cworth.org Git - notmuch/commit
notmuch-index-message: Start generating correct thread_id values.
authorCarl Worth <cworth@cworth.org>
Wed, 14 Oct 2009 16:54:05 +0000 (09:54 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 14 Oct 2009 16:54:05 +0000 (09:54 -0700)
commit7d1227c4a8699522e5b396b5d33e1f8a7ceebe21
tree5276eb9b6242a7eb536e54b73439a7e7b322ee31
parent5cbdcbbec58248ef803ba8f3f035e1c49b7ad0a8
notmuch-index-message: Start generating correct thread_id values.

Currently we're looking up all parents (based on In-reply-to and
References header) and using the list of all thread_id values
from those as our thread_id value. We're missing one step which
sup does which is to also look up any children in the database
that have reference our message ID. So we'll need to do that next.
notmuch-index-message.cc