summaryrefslogtreecommitdiffstats
path: root/template/en/default/email
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2012-07-01 14:20:48 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-07-01 14:20:48 +0200
commit0e2d73f8c2efa9a4fceeac319e90e8ce5e7f0599 (patch)
treef0a63639d3de881484c28f69187199c94f7c0ed9 /template/en/default/email
parent05799e2104eb3fbef69092804c1e16eff9ec47de (diff)
downloadbugzilla-0e2d73f8c2efa9a4fceeac319e90e8ce5e7f0599.tar.gz
bugzilla-0e2d73f8c2efa9a4fceeac319e90e8ce5e7f0599.tar.xz
Bug 467859: Add X-Bugzilla-Flags to mail headers
r/a=LpSolit
Diffstat (limited to 'template/en/default/email')
-rw-r--r--template/en/default/email/bugmail-header.txt.tmpl1
1 files changed, 1 insertions, 0 deletions
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 %]