git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Generate a warning message if we find an unrecognized option.
@ 2010-02-08 22:33 Jeremy White
  2010-02-09  0:45 ` Jeff King
  0 siblings, 1 reply; 6+ messages in thread
From: Jeremy White @ 2010-02-08 22:33 UTC (permalink / raw)
  To: git

---
 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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-02-09  5:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-08 22:33 [PATCH] Generate a warning message if we find an unrecognized option Jeremy White
2010-02-09  0:45 ` 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

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).