summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/email
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-08-23 10:36:44 +0200
committerByron Jones <bjones@mozilla.com>2012-08-23 10:36:44 +0200
commit82029106cb81cfae1b6ff733520df7e9f75020a1 (patch)
treea4d554bde38522a11b0464c82119c74fd9f72e71 /extensions/BMO/template/en/default/email
parent61d045e8ded6bc0de3ec186063634ffde5d2f1c5 (diff)
downloadbugzilla-82029106cb81cfae1b6ff733520df7e9f75020a1.tar.gz
bugzilla-82029106cb81cfae1b6ff733520df7e9f75020a1.tar.xz
Bug 785006: make plain-text bugmail match 4.0 format
Diffstat (limited to 'extensions/BMO/template/en/default/email')
-rw-r--r--extensions/BMO/template/en/default/email/bugmail.txt.tmpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/extensions/BMO/template/en/default/email/bugmail.txt.tmpl b/extensions/BMO/template/en/default/email/bugmail.txt.tmpl
index 8e2cc87e0..d6b869841 100644
--- a/extensions/BMO/template/en/default/email/bugmail.txt.tmpl
+++ b/extensions/BMO/template/en/default/email/bugmail.txt.tmpl
@@ -19,7 +19,7 @@ Do not reply to this email. You can add comments to this [% terms.bug %] at
[% FOREACH comment = new_comments %]
[%- IF comment.count %]
---- Comment #[% comment.count %] from [% comment.author.identity %] ---
+--- Comment #[% comment.count %] from [% comment.author.identity %] [%+ comment.creation_ts FILTER time(undef, to_user.timezone) %] ---
[% END %]
[%+ comment.body_full({ is_bugmail => 1, wrap => 1 }) %]
[% END %]
@@ -34,7 +34,8 @@ Referenced [% terms.Bugs %]:
[% END %]
-- [%# Protect the trailing space of the signature marker %]
-You are receiving this mail because:
+Configure [% terms.bug %]mail: [% urlbase %]userprefs.cgi?tab=email
+------- You are receiving this mail because: -------
[% SET reason_lines = [] %]
[% FOREACH reason = reasons %]
[% reason_lines.push(reason_descs.$reason) IF reason_descs.$reason %]