]> git.notmuchmail.org Git - notmuch/commitdiff
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)
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.


No differences found