]> git.notmuchmail.org Git - notmuch/commit
Add additional munged reply-to tests
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 14 Jul 2017 20:14:23 +0000 (22:14 +0200)
committerDavid Bremner <david@tethera.net>
Sat, 15 Jul 2017 00:23:52 +0000 (21:23 -0300)
commit8492298a613e8e666d0f3054dadcb98b72a65ae4
tree44e2e02430fbb9bbd125bda2c2875f8a45243a80
parent23a4d09773ebdb8b3b5d45b6fa5196190228f52d
Add additional munged reply-to tests

The reply-to munging code might behave differently whether there's an
exact match on the strings or not, or whether the string is a raw
addr-spec instead of an name-addr.  These tests cover those variations
(i also had to tweak json output further below when this new test was
added).
test/T220-reply.sh