]> git.notmuchmail.org Git - notmuch/commit
Convert notmuch_thread_ids_t to notmuch_terms_t
authorCarl Worth <cworth@cworth.org>
Sun, 25 Oct 2009 07:04:33 +0000 (00:04 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 25 Oct 2009 07:31:19 +0000 (00:31 -0700)
commit5941b91a5eee61ae7d0f6c8f750df9187780e911
tree5df4ed096d7e5f2eaa8646aa042975fc52542e17
parent28dd86af05688e96f7da8297099230b77d34f17a
Convert notmuch_thread_ids_t to notmuch_terms_t

Aside from increased code sharing, the benefit here is that now
thread_ids iterates over the terms of a message rather than the
thread_id value. So we'll now be able to drop that value.
message.cc