diff options
author | lpsolit%gmail.com <> | 2005-10-15 06:14:31 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-10-15 06:14:31 +0000 |
commit | 969f586517c4021e784a4a4d09d7421fc90a1016 (patch) | |
tree | 7c4e1dd83dec9d4299f3a2daeb431b6d06228831 /Bugzilla/Config | |
parent | Bug 312356: The defaultpriority param should be grouped together with default... (diff) | |
download | bugzilla-969f586517c4021e784a4a4d09d7421fc90a1016.tar.gz bugzilla-969f586517c4021e784a4a4d09d7421fc90a1016.tar.bz2 bugzilla-969f586517c4021e784a4a4d09d7421fc90a1016.zip |
Bug 311913: Add support for X-Bugzilla-Keywords and X-Bugzilla-Severity to email notifications - Patch by Mark Loeser <halcy0n@gentoo.org> r=LpSolit a=justdave
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r-- | Bugzilla/Config/MTA.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/Config/MTA.pm b/Bugzilla/Config/MTA.pm index 25f70761b..61569e2d3 100644 --- a/Bugzilla/Config/MTA.pm +++ b/Bugzilla/Config/MTA.pm @@ -89,6 +89,8 @@ Subject: [Bug %bugid%] %neworchanged%%summary% X-Bugzilla-Reason: %reasonsheader% X-Bugzilla-Product: %product% X-Bugzilla-Component: %component% +X-Bugzilla-Keywords: %keywords% +X-Bugzilla-Severity: %severity% %urlbase%show_bug.cgi?id=%bugid% |