From: Sunil Joshi Date: Mon, 28 Oct 2013 14:32:40 +0000 (+0100) Subject: Bug 919314: Do not list the target milestone in bugmail headers when usetargetmilesto... X-Git-Tag: bugzilla-4.5.2~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9fea21b53fc1f6646516d4d04f2cbfbc4d8d64b;p=thirdparty%2Fbugzilla.git Bug 919314: Do not list the target milestone in bugmail headers when usetargetmilestone is off r=LpSolit a=glob --- diff --git a/template/en/default/email/header-common.txt.tmpl b/template/en/default/email/header-common.txt.tmpl index e52f8406c9..02bd38e133 100644 --- a/template/en/default/email/header-common.txt.tmpl +++ b/template/en/default/email/header-common.txt.tmpl @@ -18,5 +18,7 @@ X-Bugzilla-Status: [% bug.bug_status %] X-Bugzilla-Resolution: [% bug.resolution %] X-Bugzilla-Priority: [% bug.priority %] X-Bugzilla-Assigned-To: [% bug.assigned_to.login %] +[% IF Param('usetargetmilestone') %] X-Bugzilla-Target-Milestone: [% bug.target_milestone %] +[% END %] X-Bugzilla-Flags:[% FOREACH flag = bug.flags %] [%+ flag.name %][% flag.status %][% END %]