]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 311913: Add support for X-Bugzilla-Keywords and X-Bugzilla-Severity to email...
authorlpsolit%gmail.com <>
Sat, 15 Oct 2005 06:14:31 +0000 (06:14 +0000)
committerlpsolit%gmail.com <>
Sat, 15 Oct 2005 06:14:31 +0000 (06:14 +0000)
Bugzilla/BugMail.pm
Bugzilla/Config/MTA.pm

index f1a47a3a3321d656870be1c5dda4aa7dd927c16f..6c2f8591c2a5b852d182a027e97c0b359de7aea8 100644 (file)
@@ -584,6 +584,8 @@ sub sendMail {
     }
     $substs{"product"} = $values{'product'};
     $substs{"component"} = $values{'component'};
+    $substs{"keywords"} = $values{'keywords'};
+    $substs{"severity"} = $values{'bug_severity'};
     $substs{"summary"} = $values{'short_desc'};
     $substs{"reasonsheader"} = join(" ", map { $rel_names{$_} } @$relRef);
     $substs{"reasonsbody"} = $reasonsbody;
index 25f70761bae84dc071c23a1910f3a16993382654..61569e2d3e47fe119f6631876820b979d5be42f3 100644 (file)
@@ -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%