diff options
author | Byron Jones <glob@mozilla.com> | 2014-05-15 17:37:42 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-05-15 17:37:42 +0200 |
commit | 6c7add0ece060f9a945c7b18b4d03546a2220043 (patch) | |
tree | 9d23ca46667be6b1cfe21bb0b17d19c7057c83d9 /template/en/default/email | |
parent | 3af3daef6bb843b945e7351f429bfd935a3631e1 (diff) | |
download | bugzilla-6c7add0ece060f9a945c7b18b4d03546a2220043.tar.gz bugzilla-6c7add0ece060f9a945c7b18b4d03546a2220043.tar.xz |
Bug 1010751: Add "Bugzilla" to the From header, so email clients don't just display "bugzilla-daemon@mozilla.org"
Diffstat (limited to 'template/en/default/email')
-rw-r--r-- | template/en/default/email/bugmail-header.txt.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/email/bugmail-header.txt.tmpl b/template/en/default/email/bugmail-header.txt.tmpl index 679e705cd..efef4057d 100644 --- a/template/en/default/email/bugmail-header.txt.tmpl +++ b/template/en/default/email/bugmail-header.txt.tmpl @@ -26,7 +26,7 @@ [% show_new = isnew && (to_user.settings.bugmail_new_prefix.value == 'on') %] -From: [% Param('mailfrom') %] +From: "[% terms.BugzillaTitle %]" <[% Param('mailfrom') %]> To: [% to_user.email %] Subject: [[% terms.Bug %] [%+ bug.id %]] [% 'New: ' IF show_new %][%+ bug.short_desc %] Date: [% date %] |