X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/8cca886b10c5ec44f3214701c0c1e3c896d53d5c..031ca3f1bdb5e9edb9fc21779149bdfcb554a83f:/notmuch-config.c diff --git a/notmuch-config.c b/notmuch-config.c index 93482787..d252bb25 100644 --- a/notmuch-config.c +++ b/notmuch-config.c @@ -878,6 +878,10 @@ notmuch_config_command (notmuch_config_t *config, 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;