From 091283e1a85161f78ec9b36564ff47dc5e89b854 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Fri, 24 Aug 2012 00:02:59 +0800 Subject: Bug 785101: "New" marker missing from subjects --- template/en/default/email/bugmail-header.txt.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/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 %] -- cgit v1.2.3-24-g4f1b