X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-reindex.c;h=b40edbb6df3253f30827b624a98f73fc5d7b2acf;hb=036734252d07d8568937073d4f2d366bcb06bc4e;hp=a7380a4bc197beb60f8140b9c37c5cc06ed8cf3e;hpb=8dbd5deb8d3bbfda9554163c8d4cb2474c505c87;p=notmuch diff --git a/notmuch-reindex.c b/notmuch-reindex.c index a7380a4b..b40edbb6 100644 --- a/notmuch-reindex.c +++ b/notmuch-reindex.c @@ -108,9 +108,7 @@ notmuch_reindex_command (notmuch_database_t *notmuch, int argc, char *argv[]) if (opt_index < 0) return EXIT_FAILURE; - notmuch_process_shared_options (argv[0]); - - notmuch_exit_if_unmatched_db_uuid (notmuch); + notmuch_process_shared_options (notmuch, argv[0]); status = notmuch_process_shared_indexing_options (notmuch); if (status != NOTMUCH_STATUS_SUCCESS) {