X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-search-tags.c;h=6f3cfccbbf1bd2c80a113a69a3e2f4ce16881058;hp=7a1305e2fed98368ae42995a1bf3f28fcaae997e;hb=9ddde6eb14c126e314d90e2e08f213fb81f0457f;hpb=5a447b00ac3a3c0c23a28d281c330590320af099 diff --git a/notmuch-search-tags.c b/notmuch-search-tags.c index 7a1305e2..6f3cfccb 100644 --- a/notmuch-search-tags.c +++ b/notmuch-search-tags.c @@ -28,7 +28,7 @@ print_tags (notmuch_tags_t *tags) while ((t = notmuch_tags_get (tags))) { printf ("%s\n", t); - notmuch_tags_advance (tags); + notmuch_tags_move_to_next (tags); } }