[PATCH v2 01/14] test: add known broken test for reply to message with multiple Cc headers

David Bremner david at tethera.net
Fri Sep 9 17:43:47 PDT 2016


Jani Nikula <jani at nikula.org> writes:


> +output=$(notmuch reply id:abc123 at example.org)
> +notmuch reply id:abc123 at example.com
> +test_expect_equal "$output" "From: Notmuch Test Suite <test_suite at notmuchmail.org>
> +Subject: Re: wowsers!
> +To: Alice <alice at example.org>, Daniel Kahn Gillmor <dkg at fifthhorseman.net>
> +Cc: Bob <bob at example.org>, Charles <charles at example.org>
> +In-Reply-To: <abc123 at example.org>
> +References: <abc123 at example.org>
> +
> +On Thu, 16 Jun 2016 22:14:41 -0400, Alice <alice at example.org> wrote:
> +> Note the Cc: and cc: headers."

I'm not sure it's rational, but I think I prefer files rather than
variables/strings for this kind of test.


More information about the notmuch mailing list