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