X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-dump.c;h=24fc2f237ae5c83975ffaa587ec6b66f12955a64;hp=fab22bdd6bcfe7f1b0ca26e433001d49e416c4ab;hb=8c2f9bdfbba38fc5ea7e2e25a5089b4df91398f3;hpb=0018a8d787a98f80c665061daa9b0c73839d3666 diff --git a/notmuch-dump.c b/notmuch-dump.c index fab22bdd..24fc2f23 100644 --- a/notmuch-dump.c +++ b/notmuch-dump.c @@ -215,6 +215,8 @@ notmuch_dump_command (notmuch_config_t *config, int argc, char *argv[]) NOTMUCH_DATABASE_MODE_READ_WRITE, ¬much)) return EXIT_FAILURE; + notmuch_exit_if_unmatched_db_uuid (notmuch); + char *output_file_name = NULL; int opt_index;