]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-setup.c
lib: fix handling of one character long directory names at top level
[notmuch] / notmuch-setup.c
index 36a6171a695b2bde194eab0dab3a577c91e265fe..9aaf9286e8b257bd4946c7f81804b80117d5e3ca 100644 (file)
@@ -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 ();