From 82029106cb81cfae1b6ff733520df7e9f75020a1 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 23 Aug 2012 16:36:44 +0800 Subject: Bug 785006: make plain-text bugmail match 4.0 format --- extensions/BMO/template/en/default/email/bugmail.txt.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'extensions/BMO/template/en/default/email') 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 %] -- cgit v1.2.3-24-g4f1b