]> git.cworth.org Git - notmuch/blobdiff - notmuch-setup.c
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / notmuch-setup.c
index 28f4b7ded95283ea50d52fd4be839eddf4128757..9382e2794a86dacdabcdee158c36f271a5dfd9ab 100644 (file)
@@ -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)