From: gerv%gerv.net <> Date: Wed, 17 Sep 2008 22:44:10 +0000 (+0000) Subject: Bug 453792 - Bugzilla should differentiate in headers (X-Bugzilla-Type) between... X-Git-Tag: bugzilla-3.3.1~156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=249bd21ac6cc1c9ef0c9f0f8e9b6b90066dd0a02;p=thirdparty%2Fbugzilla.git Bug 453792 - Bugzilla should differentiate in headers (X-Bugzilla-Type) between new and changed mail. Patch by gerv; r=wurblzap, a=mkanat. --- diff --git a/template/en/default/email/newchangedmail.txt.tmpl b/template/en/default/email/newchangedmail.txt.tmpl index 7c0e30a271..613e174f00 100644 --- a/template/en/default/email/newchangedmail.txt.tmpl +++ b/template/en/default/email/newchangedmail.txt.tmpl @@ -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 %]