X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-setup.c;h=9382e2794a86dacdabcdee158c36f271a5dfd9ab;hp=ace56967c75f88ceb8c9682805297c41183a68f2;hb=HEAD;hpb=1459217e17e94277495c5c644b5a4ca1651c9452 diff --git a/notmuch-setup.c b/notmuch-setup.c index ace56967..9382e279 100644 --- a/notmuch-setup.c +++ b/notmuch-setup.c @@ -74,7 +74,7 @@ welcome_message_post_setup (void) { printf ("\n" "Notmuch is now configured, and the configuration settings are saved in\n" - "a file in your home directory named .notmuch-config . If you'd like to\n" + "a file in your home directory named .notmuch-config. If you'd like to\n" "change the configuration in the future, you can either edit that file\n" "directly or run \"notmuch setup\". To choose an alternate configuration\n" "location, set ${NOTMUCH_CONFIG}.\n\n" @@ -147,10 +147,6 @@ notmuch_setup_command (notmuch_database_t *notmuch, 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); - config = notmuch_conffile_open (notmuch, notmuch_config_path (notmuch), true); if (! config)