]> git.notmuchmail.org Git - notmuch/commit
Split thread_id value on commas before inserting into hash.
authorCarl Worth <cworth@cworth.org>
Wed, 14 Oct 2009 23:04:25 +0000 (16:04 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 14 Oct 2009 23:04:25 +0000 (16:04 -0700)
commit870b3987265f74ed8b45ba0e7d7edfcca1923b5a
treee3e481c5bdf367c250a21169096f13375688dc57
parent27c01802c89fb825c144ead13de0f6d6437ba997
Split thread_id value on commas before inserting into hash.

One thread_id value may have multiple thread IDs in it so we need
to separate them out before inserting into our hash.
notmuch-index-message.cc