aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-search-tags.c
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch-search-tags.c')
-rw-r--r--notmuch-search-tags.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}