From a9fea21b53fc1f6646516d4d04f2cbfbc4d8d64b Mon Sep 17 00:00:00 2001 From: Sunil Joshi Date: Mon, 28 Oct 2013 15:32:40 +0100 Subject: Bug 919314: Do not list the target milestone in bugmail headers when usetargetmilestone is off r=LpSolit a=glob --- template/en/default/email/header-common.txt.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template/en/default/email') diff --git a/template/en/default/email/header-common.txt.tmpl b/template/en/default/email/header-common.txt.tmpl index e52f8406c..02bd38e13 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 %] -- cgit v1.2.3-24-g4f1b