X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/957fc2e1a7d00636c7eaaf487edae65e7a63dc8f..0f6b399d5b2f925a75a69d7cda38dda5c67db7a1:/notmuch-setup.c diff --git a/notmuch-setup.c b/notmuch-setup.c index 36a6171a..9aaf9286 100644 --- a/notmuch-setup.c +++ b/notmuch-setup.c @@ -145,6 +145,13 @@ notmuch_setup_command (notmuch_config_t *config, chomp_newline (response); \ } while (0) + if (notmuch_minimal_options ("setup", argc, argv) < 0) + return EXIT_FAILURE; + + if (notmuch_requested_db_uuid) + fprintf (stderr, "Warning: ignoring --uuid=%s\n", + notmuch_requested_db_uuid); + if (notmuch_config_is_new (config)) welcome_message_pre_setup ();