diff options
author | David Lawrence <dkl@redhat.com> | 2014-06-05 21:57:59 +0200 |
---|---|---|
committer | David Lawrence <dkl@redhat.com> | 2014-06-05 21:58:22 +0200 |
commit | 685776f18291c4c0ee0ce729318b36d025be55f4 (patch) | |
tree | 109c8600d26ec11bf9b57cfe2745b1a4957940c3 /extensions/SecureMail/template/en | |
parent | ac9980ad764eeaadca73a73cdcab554587135629 (diff) | |
download | bugzilla-685776f18291c4c0ee0ce729318b36d025be55f4.tar.gz bugzilla-685776f18291c4c0ee0ce729318b36d025be55f4.tar.xz |
Bug 1016273: Bugzilla whine emails missing change to From header made by bug 1010751
Diffstat (limited to 'extensions/SecureMail/template/en')
-rw-r--r-- | extensions/SecureMail/template/en/default/account/email/securemail-test.txt.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/SecureMail/template/en/default/account/email/securemail-test.txt.tmpl b/extensions/SecureMail/template/en/default/account/email/securemail-test.txt.tmpl index 7298e686e..e4f4c9242 100644 --- a/extensions/SecureMail/template/en/default/account/email/securemail-test.txt.tmpl +++ b/extensions/SecureMail/template/en/default/account/email/securemail-test.txt.tmpl @@ -8,7 +8,7 @@ [% PROCESS global/variables.none.tmpl %] -From: "[% terms.BugzillaTitle %]" <[% Param('mailfrom') %]> +From: [% Param('mailfrom') %] To: [% to_user %] Subject: [% terms.Bugzilla %] SecureMail Test Email X-Bugzilla-Type: securemail-test |