diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-07-30 19:22:06 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-07-30 19:22:06 +0200 |
commit | 6fbae131d57590e48e5a5ad0b9362767ce3bdf9f (patch) | |
tree | c68317f2111b1de15f89f06be8b78dfaba523dcb /template | |
parent | 249517dcd0d8e2fe584d85abd91ede580e2c9d0d (diff) | |
download | bugzilla-6fbae131d57590e48e5a5ad0b9362767ce3bdf9f.tar.gz bugzilla-6fbae131d57590e48e5a5ad0b9362767ce3bdf9f.tar.xz |
Bug 899627 - backport upstream bug 856736 to bmo/4.2 for filtering on dependency bugmail
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/email/bugmail-header.txt.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/email/bugmail-header.txt.tmpl b/template/en/default/email/bugmail-header.txt.tmpl index 7e871c4f8..679e705cd 100644 --- a/template/en/default/email/bugmail-header.txt.tmpl +++ b/template/en/default/email/bugmail-header.txt.tmpl @@ -31,7 +31,7 @@ To: [% to_user.email %] Subject: [[% terms.Bug %] [%+ bug.id %]] [% 'New: ' IF show_new %][%+ bug.short_desc %] Date: [% date %] X-Bugzilla-Reason: [% reasonsheader %] -X-Bugzilla-Type: [% isnew ? 'new' : 'changed' %] +X-Bugzilla-Type: [% bugmailtype %] X-Bugzilla-Watch-Reason: [% reasonswatchheader %] [%+ INCLUDE "email/header-common.txt.tmpl" %] X-Bugzilla-Changed-Fields: [% changedfields.join(" ") %] |