From: Matt Selsky Date: Sun, 1 Jul 2012 12:20:48 +0000 (+0200) Subject: Bug 467859: Add X-Bugzilla-Flags to mail headers X-Git-Tag: bugzilla-4.3.2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e2d73f8c2efa9a4fceeac319e90e8ce5e7f0599;p=thirdparty%2Fbugzilla.git Bug 467859: Add X-Bugzilla-Flags to mail headers r/a=LpSolit --- diff --git a/template/en/default/email/bugmail-header.txt.tmpl b/template/en/default/email/bugmail-header.txt.tmpl index 7335ad9ecb..f8a42e711f 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 %]