From: Austin Clements Date: Mon, 19 Aug 2013 14:40:03 +0000 (-0400) Subject: test: Canonicalize RFC 2047 encoding and charset X-Git-Tag: 0.17_rc1~194 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=e41cd1c518d7c5af565d4bed284bbd8a66366da1;hp=e41cd1c518d7c5af565d4bed284bbd8a66366da1;p=notmuch test: Canonicalize RFC 2047 encoding and charset RFC 2047 states that the encoding and charset in an encoded word are case-insensitive, so force them to lower case in the reply test. This fixes an issue caused by GMime versions (somewhere between 2.6.10 and 2.6.16), which changed the capitalization of the encoding. ---