From: David Bremner Date: Thu, 30 Aug 2012 01:09:54 +0000 (-0300) Subject: test: canonicalize content-type in "Sending a message via (fake) SMTP" X-Git-Tag: 0.15_rc1~261 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=e01706c99375f3e3f121cf372a45a752874fd38a;hp=e01706c99375f3e3f121cf372a45a752874fd38a test: canonicalize content-type in "Sending a message via (fake) SMTP" The version of message.el in emacs24 omits the charset=us-ascii, causing the current version of this test to fail. With this patch, we accept either option. According to RFC 2046, they are semantically equivalent. ---