summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-08-23 18:02:59 +0200
committerByron Jones <bjones@mozilla.com>2012-08-23 18:02:59 +0200
commit091283e1a85161f78ec9b36564ff47dc5e89b854 (patch)
tree09c9b0538e8d78a747e93202c299be98372ff191
parent82029106cb81cfae1b6ff733520df7e9f75020a1 (diff)
downloadbugzilla-091283e1a85161f78ec9b36564ff47dc5e89b854.tar.gz
bugzilla-091283e1a85161f78ec9b36564ff47dc5e89b854.tar.xz
Bug 785101: "New" marker missing from subjects
-rw-r--r--extensions/BMO/template/en/default/email/bugmail-header.txt.tmpl2
-rw-r--r--template/en/default/email/bugmail-header.txt.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/BMO/template/en/default/email/bugmail-header.txt.tmpl b/extensions/BMO/template/en/default/email/bugmail-header.txt.tmpl
index 821bf2ef9..a17e44700 100644
--- a/extensions/BMO/template/en/default/email/bugmail-header.txt.tmpl
+++ b/extensions/BMO/template/en/default/email/bugmail-header.txt.tmpl
@@ -8,9 +8,9 @@
[% PROCESS "global/field-descs.none.tmpl" %]
[% PROCESS "global/reason-descs.none.tmpl" %]
+[% isnew = bug.lastdiffed ? 0 : 1 %]
[% show_new = isnew
&& (to_user.settings.bugmail_new_prefix.value == 'on') %]
-[% isnew = bug.lastdiffed ? 0 : 1 %]
From: [% Param('mailfrom') %]
To: [% to_user.email %]
diff --git a/template/en/default/email/bugmail-header.txt.tmpl b/template/en/default/email/bugmail-header.txt.tmpl
index 85226b472..afd359a34 100644
--- a/template/en/default/email/bugmail-header.txt.tmpl
+++ b/template/en/default/email/bugmail-header.txt.tmpl
@@ -22,9 +22,9 @@
[% PROCESS "global/field-descs.none.tmpl" %]
[% PROCESS "global/reason-descs.none.tmpl" %]
+[% isnew = bug.lastdiffed ? 0 : 1 %]
[% show_new = isnew
&& (to_user.settings.bugmail_new_prefix.value == 'on') %]
-[% isnew = bug.lastdiffed ? 0 : 1 %]
From: [% Param('mailfrom') %]
To: [% to_user.email %]