Fix parsing of imap.preformattedHTML and imap.sslverify
commitace706e2a6213d4252b6862786dd93c71bcbd69f
authorJunio C Hamano <gitster@pobox.com>
Sat, 6 Feb 2010 19:26:35 +0000 (6 11:26 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Feb 2010 23:08:31 +0000 (8 15:08 -0800)
tree865f474ae0da8af1e01cf357b6322d35bb146eda
parentc64d84f1452ec56fd1586493a0b0707bf7442c42
Fix parsing of imap.preformattedHTML and imap.sslverify

These two variables are boolean and can lack "= value" in the
configuration file.  Do not reject such input early in the
parser callback function.

Also the key are downcased before being given to the callback,
so we should run strcmp() with keyword spelled in all-lowercase.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
imap-send.c