From 249bd21ac6cc1c9ef0c9f0f8e9b6b90066dd0a02 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Wed, 17 Sep 2008 22:44:10 +0000 Subject: Bug 453792 - Bugzilla should differentiate in headers (X-Bugzilla-Type) between new and changed mail. Patch by gerv; r=wurblzap, a=mkanat. --- template/en/default/email/newchangedmail.txt.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') diff --git a/template/en/default/email/newchangedmail.txt.tmpl b/template/en/default/email/newchangedmail.txt.tmpl index 7c0e30a27..613e174f0 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 %] -- cgit v1.2.3-24-g4f1b