X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2FT220-reply.sh;h=818a86541496c21adc6ceaf382df2af0e6f5f141;hb=e0e8586fc72763571f9eafeb831c7bc79a15273d;hp=30b78f679d97d82aa42d4817d93c654b5177cf7e;hpb=33c8777a967ece2dd4bbda7e83a4e07c195abf51;p=notmuch diff --git a/test/T220-reply.sh b/test/T220-reply.sh index 30b78f67..818a8654 100755 --- a/test/T220-reply.sh +++ b/test/T220-reply.sh @@ -253,5 +253,17 @@ test_expect_equal_json "$output" ' } }' +test_begin_subtest "Reply to a message with multiple Cc headers" +add_email_corpus broken +output=$(notmuch reply id:multiple-cc@example.org) +test_expect_equal "$output" "From: Notmuch Test Suite +Subject: Re: wowsers! +To: Alice , Daniel +Cc: Bob , Charles +In-Reply-To: +References: + +On Thu, 16 Jun 2016 22:14:41 -0400, Alice wrote: +> Note the Cc: and cc: headers." test_done