diff options
| author | David Edmondson <dme@dme.org> | 2018-10-01 17:50:47 +0100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-12-07 08:03:50 -0400 |
| commit | 576cff7654a4c3e0c94498977ce7b28ce8f00251 (patch) | |
| tree | 7786c79696824794a51620a7925747548d0dd1e2 /test/T350-crypto.sh | |
| parent | 0d0e2869b977a0f2173dac85b3bde4f5ab233700 (diff) | |
reply: Include sender as recipient if they were the original recipient
When generating a reply message, if the user was the originator and
only recipient of the original message, include the user as a
recipient of the reply.
Diffstat (limited to 'test/T350-crypto.sh')
| -rwxr-xr-x | test/T350-crypto.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/T350-crypto.sh b/test/T350-crypto.sh index a776ec35..73aa58de 100755 --- a/test/T350-crypto.sh +++ b/test/T350-crypto.sh @@ -388,6 +388,7 @@ output=$(notmuch reply --decrypt=true subject:"test encrypted message 002" \ | notmuch_drop_mail_headers In-Reply-To References) expected='From: Notmuch Test Suite <test_suite@notmuchmail.org> Subject: Re: test encrypted message 002 +To: test_suite@notmuchmail.org On 01 Jan 2000 12:00:00 -0000, Notmuch Test Suite <test_suite@notmuchmail.org> wrote: > This is another test encrypted message.' @@ -401,10 +402,10 @@ test_emacs "(let ((message-hidden-headers '()) (notmuch-show \"subject:test.encrypted.message.002\") (notmuch-show-reply) (test-output))" -# the empty To: is probably a bug, but it's not to do with encryption -grep -v -e '^In-Reply-To:' -e '^References:' -e '^Fcc:' -e 'To:' < OUTPUT > OUTPUT.clean +grep -v -e '^In-Reply-To:' -e '^References:' -e '^Fcc:' < OUTPUT > OUTPUT.clean cat <<EOF >EXPECTED From: Notmuch Test Suite <test_suite@notmuchmail.org> +To: test_suite@notmuchmail.org Subject: Re: test encrypted message 002 --text follows this line-- <#secure method=pgpmime mode=signencrypt> |
