]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-tag.c
libnotmuch: Underlying support for doing partial-results searches.
[notmuch] / notmuch-tag.c
index ada52e45d4295a1a6dffed64edea60bec411aa01..80582acf4733213f1efee8d7f7845b0b54ff87b8 100644 (file)
@@ -86,7 +86,7 @@ notmuch_tag_command (void *ctx, unused (int argc), unused (char *argv[]))
        return 1;
     }
 
-    for (messages = notmuch_query_search_messages (query);
+    for (messages = notmuch_query_search_messages (query, 0, -1);
         notmuch_messages_has_more (messages);
         notmuch_messages_advance (messages))
     {