mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
notmuch-test: Test "notmuch reply" from alternate address.
When reply to a message addresses to an address configured in the other_email setting in the configuration file, the reply should use that address in the From header. Test this.
This commit is contained in:
parent
4e66b777cf
commit
33f55e43e1
1 changed files with 19 additions and 0 deletions
|
@ -163,6 +163,7 @@ path=${MAIL_DIR}
|
|||
[user]
|
||||
name=Notmuch Test Suite
|
||||
primary_email=test_suite@notmuchmail.org
|
||||
other_email=test_suite_other@notmuchmail.org
|
||||
EOF
|
||||
|
||||
printf "Testing \"notmuch new\" in several variations:\n"
|
||||
|
@ -313,6 +314,24 @@ References: <${gen_msg_id}>
|
|||
On Tue, 05 Jan 2010 15:43:56 -0800, Sender <sender@example.com> wrote:
|
||||
> notmuch-reply-test"
|
||||
|
||||
printf " Reply from alternate address...\t"
|
||||
generate_message '[from]="Sender <sender@example.com>"' \
|
||||
[to]=test_suite_other@notmuchmail.org \
|
||||
[subject]=notmuch-reply-test \
|
||||
'[date]="Tue, 05 Jan 2010 15:43:56 -0800"' \
|
||||
[body]=notmuch-reply-test
|
||||
|
||||
$NOTMUCH new > /dev/null
|
||||
execute_expecting "reply id:${gen_msg_id}" "From: Notmuch Test Suite <test_suite_other@notmuchmail.org>
|
||||
Subject: Re: notmuch-reply-test
|
||||
To: Sender <sender@example.com>
|
||||
Bcc: test_suite@notmuchmail.org
|
||||
In-Reply-To: <${gen_msg_id}>
|
||||
References: <${gen_msg_id}>
|
||||
|
||||
On Tue, 05 Jan 2010 15:43:56 -0800, Sender <sender@example.com> wrote:
|
||||
> notmuch-reply-test"
|
||||
|
||||
cat <<EOF
|
||||
Notmuch test suite complete.
|
||||
|
||||
|
|
Loading…
Reference in a new issue