X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-search-tags.c;h=6f3cfccbbf1bd2c80a113a69a3e2f4ce16881058;hb=b66ff567f6b65c7aafa1216294900303ad3aa4d4;hp=7a1305e2fed98368ae42995a1bf3f28fcaae997e;hpb=7a215c2de81e95798ecadd982eecf05e647c3988;p=notmuch 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); } }