]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 453792 - Bugzilla should differentiate in headers (X-Bugzilla-Type) between...
authorgerv%gerv.net <>
Wed, 17 Sep 2008 22:44:10 +0000 (22:44 +0000)
committergerv%gerv.net <>
Wed, 17 Sep 2008 22:44:10 +0000 (22:44 +0000)
template/en/default/email/newchangedmail.txt.tmpl

index 7c0e30a271a198bb4204a22135dd02777684e6e6..613e174f002888e80c7e5bde811035bfab68fd87 100644 (file)
@@ -23,7 +23,7 @@ From: [% Param('mailfrom') %]
 To: [% to %]
 Subject: [[% terms.Bug %] [%+ bugid %]] [% 'New: ' IF isnew %][%+ summary %]
 X-Bugzilla-Reason: [% reasonsheader %]
-X-Bugzilla-Type: newchanged
+X-Bugzilla-Type: [% isnew ? 'new' : 'changed' %]
 X-Bugzilla-Watch-Reason: [% reasonswatchheader %]
 [% IF Param('useclassification') %]
 X-Bugzilla-Classification: [% classification %]