From 99d1623cca1ce087317080a2f95d6afb5b4834ee Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sat, 23 Apr 2011 19:19:08 +0200 Subject: Bug 652165: Flagmails have a wrong Date: value r=wicked a=LpSolit --- 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 c2b4ea4f5..94559a942 100644 --- a/template/en/default/email/bugmail-header.txt.tmpl +++ b/template/en/default/email/bugmail-header.txt.tmpl @@ -27,7 +27,7 @@ From: [% Param('mailfrom') %] To: [% to_user.email %] Subject: [[% terms.Bug %] [%+ bug.id %]] [% 'New: ' IF isnew %][%+ bug.short_desc %] -Date: [% delta_ts || bug.delta_ts FILTER time("%a, %d %b %Y %T %z", to_user.timezone) %] +Date: [% date %] X-Bugzilla-Reason: [% reasonsheader %] X-Bugzilla-Type: [% isnew ? 'new' : 'changed' %] X-Bugzilla-Watch-Reason: [% reasonswatchheader %] -- cgit v1.2.3-24-g4f1b