X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-setup.c;h=9aaf9286e8b257bd4946c7f81804b80117d5e3ca;hp=7dd5822a9365c0490b9860532de03c1c4c18251c;hb=34e620b91df159ad1920d3ca08a9d39dd8047ff8;hpb=8cca886b10c5ec44f3214701c0c1e3c896d53d5c 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 ();