summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/email/bugmail-header.txt.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/BMO/template/en/default/email/bugmail-header.txt.tmpl')
-rw-r--r--extensions/BMO/template/en/default/email/bugmail-header.txt.tmpl2
1 files changed, 1 insertions, 1 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 %]