]> git.cworth.org Git - notmuch/commit
tags: Replace sort() and reset() with prepare_iterator().
authorCarl Worth <cworth@cworth.org>
Mon, 26 Oct 2009 21:12:56 +0000 (14:12 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 26 Oct 2009 21:12:56 +0000 (14:12 -0700)
commitef3ab5781a3730e019f92517366029540a960cd0
treebb40ef980076be11f72bc05562026abb5dee6562
parent1726c5c814aecd924849a0b91c82d420af945827
tags: Replace sort() and reset() with prepare_iterator().

The previous functions were always called together, so we might as
well just have one function for this. Also, the reset() name was
poor, and prepare_iterator() is much more descriptive.
message.cc
notmuch-private.h
tags.c