From 0e2d73f8c2efa9a4fceeac319e90e8ce5e7f0599 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Sun, 1 Jul 2012 14:20:48 +0200 Subject: Bug 467859: Add X-Bugzilla-Flags to mail headers r/a=LpSolit --- template/en/default/email/bugmail-header.txt.tmpl | 1 + 1 file changed, 1 insertion(+) (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 7335ad9ec..f8a42e711 100644 --- a/template/en/default/email/bugmail-header.txt.tmpl +++ b/template/en/default/email/bugmail-header.txt.tmpl @@ -30,5 +30,6 @@ X-Bugzilla-Status: [% bug.bug_status %] X-Bugzilla-Priority: [% bug.priority %] X-Bugzilla-Assigned-To: [% bug.assigned_to.login %] X-Bugzilla-Target-Milestone: [% bug.target_milestone %] +X-Bugzilla-Flags:[% FOREACH flag = bug.flags %] [%+ flag.name %][% flag.status %][% END %] X-Bugzilla-Changed-Fields: [% changedfields.join(" ") %] [%+ threadingmarker %] -- cgit v1.2.3-24-g4f1b