diff options
author | jocuri%softhome.net <> | 2004-10-01 04:40:49 +0000 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-10-01 04:40:49 +0000 |
commit | f517c1957c28445f477381e70f0d3a3f3a594061 (patch) | |
tree | da9555271509ae899114bfdabadb42c3f9081e89 /template/en/default/whine | |
parent | 126e11de2c76a9d2dad7b760bbf4cf5918cbc1c3 (diff) | |
download | bugs-f517c1957c28445f477381e70f0d3a3f3a594061.tar bugs-f517c1957c28445f477381e70f0d3a3f3a594061.tar.gz bugs-f517c1957c28445f477381e70f0d3a3f3a594061.tar.bz2 bugs-f517c1957c28445f477381e70f0d3a3f3a594061.tar.xz bugs-f517c1957c28445f477381e70f0d3a3f3a594061.zip |
Patch for bug 258712: whine.pl should honour emailsuffix; patch by Marc Schumann <wurblzap@gmail.com>; r=erik, a=justdave.
Diffstat (limited to 'template/en/default/whine')
-rw-r--r-- | template/en/default/whine/multipart-mime.txt.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/whine/multipart-mime.txt.tmpl b/template/en/default/whine/multipart-mime.txt.tmpl index 7d5334d04..5e597d899 100644 --- a/template/en/default/whine/multipart-mime.txt.tmpl +++ b/template/en/default/whine/multipart-mime.txt.tmpl @@ -32,7 +32,7 @@ [% PROCESS global/variables.none.tmpl %] From: [% from %] -To: [% recipient.login %] +To: [% recipient.email %] Subject: [[% terms.Bugzilla %]] [% subject %] MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="[% boundary %]" |