]> git.notmuchmail.org Git - notmuch/commit
test: canonicalize content-type in "Sending a message via (fake) SMTP"
authorDavid Bremner <bremner@debian.org>
Thu, 30 Aug 2012 01:09:54 +0000 (22:09 -0300)
committerDavid Bremner <bremner@debian.org>
Thu, 30 Aug 2012 23:19:36 +0000 (20:19 -0300)
commite01706c99375f3e3f121cf372a45a752874fd38a
tree17e4794e12e883660d5ed8f80c1dc6c6a8528582
parent3c053bf81cf75ab37b906e748ea1edcf8af4b178
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.
test/emacs