]> git.notmuchmail.org Git - notmuch/commitdiff
tags: Re-implement tags iterator to avoid having C++ in the interface
authorCarl Worth <cworth@cworth.org>
Mon, 26 Oct 2009 16:13:19 +0000 (09:13 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 26 Oct 2009 21:02:51 +0000 (14:02 -0700)
We want to be able to iterate over tags stored in various ways, so
the previous TermIterator-based tags object just wasn't general
enough. The new interface is nice and simple, and involves only
C datatypes.


No differences found