diff options
author | David Lawrence <dkl@mozilla.com> | 2014-12-05 23:46:59 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-12-05 23:47:30 +0100 |
commit | 66da5aeeaf1b14f70864cc19940ca188e6341528 (patch) | |
tree | 2c82542e531c1a89be3a7e87ec3705b612466db9 /template | |
parent | 57c99986924bfebb7ad044ec1753220d1ff243cc (diff) | |
download | bugzilla-66da5aeeaf1b14f70864cc19940ca188e6341528.tar.gz bugzilla-66da5aeeaf1b14f70864cc19940ca188e6341528.tar.xz |
Bug 829358: Changing the name of a private attachment in an unhidden bug results in the name change being sent unencrypted
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/email/header-common.txt.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/email/header-common.txt.tmpl b/template/en/default/email/header-common.txt.tmpl index 3f3b7d373..f7bc996d8 100644 --- a/template/en/default/email/header-common.txt.tmpl +++ b/template/en/default/email/header-common.txt.tmpl @@ -9,6 +9,9 @@ X-Bugzilla-Classification: [% bug.classification %] [% END %] X-Bugzilla-ID: [% bug.id %] +[% IF attach_id %] +X-Bugzilla-Attach-ID: [% attach_id %] +[% END %] X-Bugzilla-Product: [% bug.product %] X-Bugzilla-Component: [% bug.component %] X-Bugzilla-Version: [% bug.version %] |