X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/447ad6b4984c71881b7f97641c77f0a39b71a991..8540c36a96f5270d84d19dcbfbc9f6463f1653fd:/notmuch-setup.c diff --git a/notmuch-setup.c b/notmuch-setup.c index 7dd5822a..9aaf9286 100644 --- a/notmuch-setup.c +++ b/notmuch-setup.c @@ -148,6 +148,10 @@ notmuch_setup_command (notmuch_config_t *config, 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 ();