diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2021-10-26 10:11:46 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2021-10-26 10:11:46 -0700 |
commit | afc529bfc60856fecc027e1f59db96b8235caaa7 (patch) | |
tree | 2b610545dc326ea1c99fcfbf0b6cf3e6a6e83d63 | |
parent | Add an extension to block spam from new accounts (diff) | |
download | bugzilla-afc529bfc60856fecc027e1f59db96b8235caaa7.tar.gz bugzilla-afc529bfc60856fecc027e1f59db96b8235caaa7.tar.bz2 bugzilla-afc529bfc60856fecc027e1f59db96b8235caaa7.zip |
template: add status_whiteboard to email headersgentoo-5.0.6.15bugmail-whiteboard
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r-- | template/en/default/email/header-common.txt.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/email/header-common.txt.tmpl b/template/en/default/email/header-common.txt.tmpl index 02bd38e13..f7c713d5b 100644 --- a/template/en/default/email/header-common.txt.tmpl +++ b/template/en/default/email/header-common.txt.tmpl @@ -22,3 +22,4 @@ X-Bugzilla-Assigned-To: [% bug.assigned_to.login %] X-Bugzilla-Target-Milestone: [% bug.target_milestone %] [% END %] X-Bugzilla-Flags:[% FOREACH flag = bug.flags %] [%+ flag.name %][% flag.status %][% END %] +X-Bugzilla-Whiteboard: [% bug.status_whiteboard %] |