diff options
author | lpsolit%gmail.com <> | 2006-03-30 04:49:12 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-03-30 04:49:12 +0200 |
commit | 9fc0498b4a52faf9b8651076091c9d2f5ad9ea49 (patch) | |
tree | eb16c5291bfdbae0b11890e93a42184b5d6518f2 /Bugzilla/Config | |
parent | 7fb931a4b7b69173849575d4bb6859c5ca05834f (diff) | |
download | bugzilla-9fc0498b4a52faf9b8651076091c9d2f5ad9ea49.tar.gz bugzilla-9fc0498b4a52faf9b8651076091c9d2f5ad9ea49.tar.xz |
Bug 70710: More expandable tags within emails - Patch by Alan Siu-Lung Tam <Tam@SiuLung.com> r=vladd a=myk
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r-- | Bugzilla/Config/MTA.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Bugzilla/Config/MTA.pm b/Bugzilla/Config/MTA.pm index d74e2cc00..47370d34e 100644 --- a/Bugzilla/Config/MTA.pm +++ b/Bugzilla/Config/MTA.pm @@ -76,6 +76,11 @@ X-Bugzilla-Component: %component% X-Bugzilla-Keywords: %keywords% X-Bugzilla-Severity: %severity% X-Bugzilla-Who: %changer% +X-Bugzilla-Status: %status% +X-Bugzilla-Priority: %priority% +X-Bugzilla-Assigned-To: %assignedto% +X-Bugzilla-Target-Milestone: %targetmilestone% +X-Bugzilla-Changed-Fields: %changedfields% %urlbase%show_bug.cgi?id=%bugid% |