diff options
author | lpsolit%gmail.com <> | 2006-08-15 04:45:15 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-08-15 04:45:15 +0200 |
commit | 54641d0e624239fdbe1c9e6dc724b977f2aeebbb (patch) | |
tree | d61d82e7e7e12d04a65df74fbf508d98c908b702 /Bugzilla/Config | |
parent | 10ece7637657f06eea27bb1ab06da35ca8a78765 (diff) | |
download | bugzilla-54641d0e624239fdbe1c9e6dc724b977f2aeebbb.tar.gz bugzilla-54641d0e624239fdbe1c9e6dc724b977f2aeebbb.tar.xz |
Bug 275636: Templatise 'newchangedmail' email (BugMail) - Patch by André Batosti <batosti@async.com.br> r=LpSolit a=myk
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r-- | Bugzilla/Config/MTA.pm | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/Bugzilla/Config/MTA.pm b/Bugzilla/Config/MTA.pm index 474160a72..4364db49b 100644 --- a/Bugzilla/Config/MTA.pm +++ b/Bugzilla/Config/MTA.pm @@ -63,35 +63,6 @@ sub get_param_list { }, { - name => 'newchangedmail', - type => 'l', - default => 'From: bugzilla-daemon -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% -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% - -%diffs% - ---%space% -Configure bugmail: %urlbase%userprefs.cgi?tab=email -%reasonsbody%' - }, - - { name => 'whinedays', type => 't', default => 7, |