diff options
author | gerv%gerv.net <> | 2008-09-18 00:44:10 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2008-09-18 00:44:10 +0200 |
commit | 249bd21ac6cc1c9ef0c9f0f8e9b6b90066dd0a02 (patch) | |
tree | d106c7db67f8a3e1759f88cb505454c78d9fade2 /template | |
parent | 369e4c3c9a5bbcfddc02b840b8d36ef2b1aec627 (diff) | |
download | bugzilla-249bd21ac6cc1c9ef0c9f0f8e9b6b90066dd0a02.tar.gz bugzilla-249bd21ac6cc1c9ef0c9f0f8e9b6b90066dd0a02.tar.xz |
Bug 453792 - Bugzilla should differentiate in headers (X-Bugzilla-Type) between new and changed mail. Patch by gerv; r=wurblzap, a=mkanat.
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/email/newchangedmail.txt.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 %] |