diff options
author | jocuri%softhome.net <> | 2006-02-22 06:41:00 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2006-02-22 06:41:00 +0100 |
commit | 599b3acca59b1c6b469da37f6fdf459fab778a3c (patch) | |
tree | 7cc056bef2e97c48c03fbf6a619bb0a665089d3d /Bugzilla/Config | |
parent | 3cdacc402e19398d54c5f3cdfec4cd3724e66359 (diff) | |
download | bugzilla-599b3acca59b1c6b469da37f6fdf459fab778a3c.tar.gz bugzilla-599b3acca59b1c6b469da37f6fdf459fab778a3c.tar.xz |
Patch for bug 137261: Add X-Bugzilla-Who: an email header specifying the bugzilla account that made these changes; patch by Albert Ting <altlst@sonic.net>, r=LpSolit, a=justdave.
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 50aa8c85d..4d2cd6703 100644 --- a/Bugzilla/Config/MTA.pm +++ b/Bugzilla/Config/MTA.pm @@ -91,6 +91,7 @@ X-Bugzilla-Product: %product% X-Bugzilla-Component: %component% X-Bugzilla-Keywords: %keywords% X-Bugzilla-Severity: %severity% +X-Bugzilla-Who: %changer% %urlbase%show_bug.cgi?id=%bugid% |