diff options
author | lpsolit%gmail.com <> | 2006-03-09 07:30:29 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-03-09 07:30:29 +0100 |
commit | 18a03771df23c6ebcb60f1168fba30e70f122ac4 (patch) | |
tree | e489fa9985be2bf13b78a00bb8c4d65772262551 /Bugzilla/Config | |
parent | ebcf2fb8a8420f03a732e78599dc62f64bf05d2c (diff) | |
download | bugzilla-18a03771df23c6ebcb60f1168fba30e70f122ac4.tar.gz bugzilla-18a03771df23c6ebcb60f1168fba30e70f122ac4.tar.xz |
Bug 132893: Create header X-Bugzilla-Watch-Reason - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=wicked a=myk
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r-- | Bugzilla/Config/MTA.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Config/MTA.pm b/Bugzilla/Config/MTA.pm index d331927db..d74e2cc00 100644 --- a/Bugzilla/Config/MTA.pm +++ b/Bugzilla/Config/MTA.pm @@ -70,6 +70,7 @@ To: %to% Subject: [Bug %bugid%] %neworchanged%%summary% %threadingmarker% X-Bugzilla-Reason: %reasonsheader% +X-Bugzilla-Watch-Reason: %reasonswatchheader% X-Bugzilla-Product: %product% X-Bugzilla-Component: %component% X-Bugzilla-Keywords: %keywords% |