diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-10-25 17:01:59 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-10-25 17:01:59 +0200 |
commit | b4a75e735463fbd51da15e57c33ec4700e231f9d (patch) | |
tree | d417386ef0df9ebd2da30bf1e95ea9ade0230742 /template/en/default/email | |
parent | 7ca00e7e232eb8bc29340f7dac6a0aef638fcb01 (diff) | |
download | bugzilla-b4a75e735463fbd51da15e57c33ec4700e231f9d.tar.gz bugzilla-b4a75e735463fbd51da15e57c33ec4700e231f9d.tar.xz |
Bug 800509 - Add an X-Bugzilla-Resolution header in bugmail
r/a=LpSolit
Diffstat (limited to 'template/en/default/email')
-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 f8a42e711..bce88126a 100644 --- a/template/en/default/email/bugmail-header.txt.tmpl +++ b/template/en/default/email/bugmail-header.txt.tmpl @@ -27,6 +27,7 @@ X-Bugzilla-Keywords: [% bug.keywords %] X-Bugzilla-Severity: [% bug.bug_severity %] X-Bugzilla-Who: [% changer.login %] X-Bugzilla-Status: [% bug.bug_status %] +X-Bugzilla-Resolution: [% bug.resolution %] X-Bugzilla-Priority: [% bug.priority %] X-Bugzilla-Assigned-To: [% bug.assigned_to.login %] X-Bugzilla-Target-Milestone: [% bug.target_milestone %] |