]> git.notmuchmail.org Git - notmuch/commit
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)
commit3dce2007887717ec4ec0a1e815591c957acd1ba1
tree66a93d1df69c8789c8a9fe25eb396b0fc6a81800
parent46ba33b1159fb48b8360ddae72492cc3162dc999
tags: Re-implement tags iterator to avoid having C++ in the interface

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.
message.cc
notmuch-private-cxx.h [deleted file]
notmuch-private.h
notmuch.c
tags.c [new file with mode: 0644]
tags.cc [deleted file]