From: Jeremy White <jwhite@winehq.org>
To: git@vger.kernel.org
Subject: [PATCH] Generate a warning message if we find an unrecognized option.
Date: Mon, 08 Feb 2010 16:33:35 -0600 [thread overview]
Message-ID: <4B70913F.7060809@winehq.org> (raw)
---
imap-send.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/imap-send.c b/imap-send.c
index 51f371b..885da22 100644
--- a/imap-send.c
+++ b/imap-send.c
@@ -1360,6 +1360,7 @@ static int git_imap_config(const char *key, const char *val, void *cb)
server.ssl_verify = git_config_bool(key, val);
else if (!strcmp("preformattedHTML", key))
server.use_html = git_config_bool(key, val);
+ else imap_info("Unknown imap configuration option '%s'\n", key);
return 0;
}
--
1.7.0.rc2.1.gd78df.dirty
next reply other threads:[~2010-02-08 22:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-08 22:33 Jeremy White [this message]
2010-02-09 0:45 ` [PATCH] Generate a warning message if we find an unrecognized option Jeff King
2010-02-09 0:59 ` Junio C Hamano
2010-02-09 3:01 ` Jeff King
2010-02-09 5:17 ` David Aguilar
2010-02-09 5:59 ` Jeff King
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B70913F.7060809@winehq.org \
--to=jwhite@winehq.org \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).