diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-01-22 20:01:05 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-01-22 20:01:05 +0000 |
commit | 91da86a688c27d13c373861901efffc2ec1ddbf1 (patch) | |
tree | 0d1d44f8668661b1657c3f75efae89cdb6ab3e05 /test/fixtures | |
parent | 9110b543b518d2592df583b4fe1d824a0a0871a8 (diff) | |
download | redmine-91da86a688c27d13c373861901efffc2ec1ddbf1.tar.gz redmine-91da86a688c27d13c373861901efffc2ec1ddbf1.zip |
Add watchers from To and Cc fields in issue replies (#7017).
git-svn-id: http://svn.redmine.org/redmine/trunk@15092 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/mail_handler/issue_update_with_cc.eml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/fixtures/mail_handler/issue_update_with_cc.eml b/test/fixtures/mail_handler/issue_update_with_cc.eml new file mode 100644 index 000000000..644b084bd --- /dev/null +++ b/test/fixtures/mail_handler/issue_update_with_cc.eml @@ -0,0 +1,19 @@ +Return-Path: <JSmith@somenet.foo> +Received: from osiris ([127.0.0.1]) + by OSIRIS + with hMailServer ; Sun, 22 Jun 2008 12:28:07 +0200 +Message-ID: <000501c8d452$a95cd7e0$0a00a8c0@osiris> +In-Reply-To: <redmine.issue-2.20060719210421@osiris> +From: "John Smith" <JSmith@somenet.foo> +To: <redmine@somenet.foo> +Cc: <dlopper@somenet.foo> +Subject: Re: update to issue 2 +Date: Sun, 22 Jun 2008 12:28:07 +0200 +MIME-Version: 1.0 +Content-Type: text/plain; + format=flowed; + charset="iso-8859-1"; + reply-type=original +Content-Transfer-Encoding: 7bit + +An update to the issue by the sender. |