X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-dump.c;h=5c8213bee7892d602367971cb71c2ab436c0324e;hb=200e164dc7acc3f19c6fe39164c472985e1ba384;hp=ae89e4da80ccbf90f53109539115a81b45410eb9;hpb=1c747a501c0ed7df5eaa2b994b9ad11d8981c62c;p=notmuch diff --git a/notmuch-dump.c b/notmuch-dump.c index ae89e4da..5c8213be 100644 --- a/notmuch-dump.c +++ b/notmuch-dump.c @@ -366,8 +366,6 @@ notmuch_dump_command (notmuch_database_t *notmuch, int argc, char *argv[]) const char *query_str = NULL; int ret; - notmuch_exit_if_unmatched_db_uuid (notmuch); - const char *output_file_name = NULL; int opt_index; @@ -394,7 +392,7 @@ notmuch_dump_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]); if (include == 0) include = DUMP_INCLUDE_CONFIG | DUMP_INCLUDE_TAGS | DUMP_INCLUDE_PROPERTIES;