]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-reply.c
added syntax files for search and show screens
[notmuch] / notmuch-reply.c
index cd81e769aee7b3d6d30b41ff777a3954644f45a0..65bd356403e210c76b000a6aa6b632d298f81d78 100644 (file)
@@ -234,7 +234,7 @@ notmuch_reply_command (void *ctx, int argc, 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);
         notmuch_messages_advance (messages))
     {