X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reply.c;h=7c5c28f427819c19f883f30b65f0c3f684537587;hp=4464741fe3567e974e6f07038b93f6446b744150;hb=dfe15c0e1b18f4d9ab5d328399e56b3be4a251a5;hpb=8cca886b10c5ec44f3214701c0c1e3c896d53d5c diff --git a/notmuch-reply.c b/notmuch-reply.c index 4464741f..7c5c28f4 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -831,6 +831,8 @@ notmuch_reply_command (notmuch_config_t *config, int argc, char *argv[]) NOTMUCH_DATABASE_MODE_READ_ONLY, ¬much)) 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");