--- 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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html