]> git.cworth.org Git - notmuch-old/blobdiff - notmuch-reply.c
CLI: make variable n_requested_db_uuid file scope.
[notmuch-old] / notmuch-reply.c
index 08140799e2b965967ac2496883d091b1fb3a3032..5d5f95a333d287c633c86a3dd846e0a5047c64c1 100644 (file)
@@ -743,7 +743,7 @@ notmuch_reply_command (notmuch_database_t *notmuch, int argc, char *argv[])
     if (opt_index < 0)
        return EXIT_FAILURE;
 
-    notmuch_process_shared_options (argv[0]);
+    notmuch_process_shared_options (notmuch, argv[0]);
 
     notmuch_exit_if_unsupported_format ();
 
@@ -758,8 +758,6 @@ notmuch_reply_command (notmuch_database_t *notmuch, int argc, char *argv[])
        return EXIT_FAILURE;
     }
 
-    notmuch_exit_if_unmatched_db_uuid (notmuch);
-
     query = notmuch_query_create (notmuch, query_string);
     if (query == NULL) {
        fprintf (stderr, "Out of memory\n");