From: Carl Worth Date: Thu, 4 Feb 2010 19:39:31 +0000 (-0800) Subject: notmuch-test: Test "notmuch reply" from alternate address. X-Git-Tag: 0.1~129 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=33f55e43e18badc85d2462407d43705afa0e2035;hp=4e66b777cf819bc404ca08ad9d6ec26e00c52760 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. --- diff --git a/test/notmuch-test b/test/notmuch-test index 835545a7..a771f477 100755 --- a/test/notmuch-test +++ b/test/notmuch-test @@ -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 wrote: > notmuch-reply-test" +printf " Reply from alternate address...\t" +generate_message '[from]="Sender "' \ + [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 +Subject: Re: notmuch-reply-test +To: Sender +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 wrote: +> notmuch-reply-test" + cat <