X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-dump.c;h=24fc2f237ae5c83975ffaa587ec6b66f12955a64;hb=f76d8f82dd004cf14426a91e8a80dcd2a4b97317;hp=fab22bdd6bcfe7f1b0ca26e433001d49e416c4ab;hpb=243d7e30dcd80041760307d8d0d2a1839f36eca2;p=notmuch 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;