]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-tag.c
notmuch.el: Reorder notmuch-search-mode keybindings map.
[notmuch] / notmuch-tag.c
index e2311f61584ebb47557589cd50477ae483b612c3..07cb8c5f21b53df36452b3fc14415b63f2f0b075 100644 (file)
@@ -105,7 +105,7 @@ notmuch_tag_command (void *ctx, unused (int argc), unused (char *argv[]))
        return 1;
     }
 
-    for (messages = notmuch_query_search_messages (query, 0, -1);
+    for (messages = notmuch_query_search_messages (query);
         notmuch_messages_has_more (messages) && !interrupted;
         notmuch_messages_advance (messages))
     {