diff options
author | lpsolit%gmail.com <> | 2007-08-26 18:28:00 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-08-26 18:28:00 +0200 |
commit | ec73732ec6e7c75b16689e67e7c4bf7a301688f7 (patch) | |
tree | 419d110368b81a3baf19ec21d843dfcb40755eb4 /template/en/default | |
parent | 4d9173355494d25365ad65667d1bc27905b381ff (diff) | |
download | bugzilla-ec73732ec6e7c75b16689e67e7c4bf7a301688f7.tar.gz bugzilla-ec73732ec6e7c75b16689e67e7c4bf7a301688f7.tar.xz |
Bug 365735: Add classification, alias, assigned to name, reporter login and reporter name fields to BugMail - Patch by Albert Ting <altlist@gmail.com> r=wicked a=mkanat
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/email/newchangedmail.txt.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/email/newchangedmail.txt.tmpl b/template/en/default/email/newchangedmail.txt.tmpl index fa7317613..93d002d2a 100644 --- a/template/en/default/email/newchangedmail.txt.tmpl +++ b/template/en/default/email/newchangedmail.txt.tmpl @@ -25,6 +25,9 @@ Subject: [[% terms.Bug %] [%+ bugid %]] [% neworchanged %][%+ summary %] X-Bugzilla-Reason: [% reasonsheader %] X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: [% reasonswatchheader %] +[% IF Param('useclassification') %] +X-Bugzilla-Classification: [% classification %] +[% END %] X-Bugzilla-Product: [% product %] X-Bugzilla-Component: [% comp %] X-Bugzilla-Keywords: [% keywords %] |