X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-show.c;fp=notmuch-show.c;h=667fbee822a8d8a71e14213d1c3c6fef8a0137c3;hp=c8f1a40f2e2803bfa93db1f5eb58132ddbd8b230;hb=d447b694b498c3e18a22f1eb15139a798c6aab26;hpb=005c6201184c539d23d076303bd360bdba412e48 diff --git a/notmuch-show.c b/notmuch-show.c index c8f1a40f..667fbee8 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -1287,7 +1287,7 @@ notmuch_show_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]); /* explicit decryption implies verification */ if (params.crypto.decrypt == NOTMUCH_DECRYPT_NOSTASH || @@ -1353,8 +1353,6 @@ notmuch_show_command (notmuch_database_t *notmuch, int argc, char *argv[]) } } - notmuch_exit_if_unmatched_db_uuid (notmuch); - query_string = query_string_from_args (notmuch, argc - opt_index, argv + opt_index); if (query_string == NULL) { fprintf (stderr, "Out of memory\n");