From: Carl Worth Date: Sun, 25 Oct 2009 06:58:06 +0000 (-0700) Subject: Implement notmuch_tags_t on top of new notmuch_terms_t X-Git-Tag: 0.1~720 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=28dd86af05688e96f7da8297099230b77d34f17a;hp=28dd86af05688e96f7da8297099230b77d34f17a;p=notmuch Implement notmuch_tags_t on top of new notmuch_terms_t The generic notmuch_terms_t iterator should provide support for notmuch_thread_ids_t when we switch as well, (And it would be interesting to see if we could reasonably make this support a PostingIterator too. Time will tell.) ---