X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-config.c;fp=notmuch-config.c;h=80a207f69d9744a04b5edb992b05a79c7c3813d5;hp=4de55e5fb0010872207703b1063f3a296e7f99da;hb=d447b694b498c3e18a22f1eb15139a798c6aab26;hpb=005c6201184c539d23d076303bd360bdba412e48 diff --git a/notmuch-config.c b/notmuch-config.c index 4de55e5f..80a207f6 100644 --- a/notmuch-config.c +++ b/notmuch-config.c @@ -708,10 +708,6 @@ notmuch_config_command (notmuch_database_t *notmuch, int argc, char *argv[]) if (opt_index < 0) return EXIT_FAILURE; - if (notmuch_requested_db_uuid) - fprintf (stderr, "Warning: ignoring --uuid=%s\n", - notmuch_requested_db_uuid); - /* skip at least subcommand argument */ argc -= opt_index; argv += opt_index;