diff options
author | Matt Selsky <selsky@columbia.edu> | 2012-07-01 14:20:48 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-07-01 14:20:48 +0200 |
commit | 0e2d73f8c2efa9a4fceeac319e90e8ce5e7f0599 (patch) | |
tree | f0a63639d3de881484c28f69187199c94f7c0ed9 /template/en | |
parent | 05799e2104eb3fbef69092804c1e16eff9ec47de (diff) | |
download | bugzilla-0e2d73f8c2efa9a4fceeac319e90e8ce5e7f0599.tar.gz bugzilla-0e2d73f8c2efa9a4fceeac319e90e8ce5e7f0599.tar.xz |
Bug 467859: Add X-Bugzilla-Flags to mail headers
r/a=LpSolit
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/email/bugmail-header.txt.tmpl | 1 |
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 %] |