summaryrefslogtreecommitdiffstats
path: root/template/en/default/email
diff options
context:
space:
mode:
authorSunil Joshi <joshi_sunil@in.com>2013-10-28 15:32:40 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2013-10-28 15:32:40 +0100
commita9fea21b53fc1f6646516d4d04f2cbfbc4d8d64b (patch)
tree6f273d9b93b4da69cff1c0ab2ae64c03782c2aff /template/en/default/email
parenta295a12ef8b0912911edf158e5273a5ecd6247a7 (diff)
downloadbugzilla-a9fea21b53fc1f6646516d4d04f2cbfbc4d8d64b.tar.gz
bugzilla-a9fea21b53fc1f6646516d4d04f2cbfbc4d8d64b.tar.xz
Bug 919314: Do not list the target milestone in bugmail headers when usetargetmilestone is off
r=LpSolit a=glob
Diffstat (limited to 'template/en/default/email')
-rw-r--r--template/en/default/email/header-common.txt.tmpl2
1 files changed, 2 insertions, 0 deletions
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 %]