author | Junio C Hamano <gitster@pobox.com> | |
Sat, 6 Feb 2010 19:26:35 +0000 (11:26 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 8 Feb 2010 23:08:31 +0000 (15:08 -0800) | ||
commit | ace706e2a6213d4252b6862786dd93c71bcbd69f | |
tree | 865f474ae0da8af1e01cf357b6322d35bb146eda | tree | snapshot |
parent | c64d84f1452ec56fd1586493a0b0707bf7442c42 | commit | diff |
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>
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 | diff | blob | history |