X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-reply.c;h=13e38c209740208cf7fdffa4b11eab146410473e;hb=036734252d07d8568937073d4f2d366bcb06bc4e;hp=ebb621e08670e6e799416b5ddf74aa932e40144a;hpb=005c6201184c539d23d076303bd360bdba412e48;p=notmuch diff --git a/notmuch-reply.c b/notmuch-reply.c index ebb621e0..13e38c20 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -746,7 +746,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 (); @@ -761,8 +761,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");