summaryrefslogtreecommitdiffstats
path: root/template/en/default/email
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2014-05-15 17:37:42 +0200
committerByron Jones <glob@mozilla.com>2014-05-15 17:37:42 +0200
commit6c7add0ece060f9a945c7b18b4d03546a2220043 (patch)
tree9d23ca46667be6b1cfe21bb0b17d19c7057c83d9 /template/en/default/email
parent3af3daef6bb843b945e7351f429bfd935a3631e1 (diff)
downloadbugzilla-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.tmpl2
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 %]