summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2001-04-07 02:40:48 +0200
committerjustdave%syndicomm.com <>2001-04-07 02:40:48 +0200
commit9818692e383d603ed728df6c16c02150854b6d3c (patch)
tree4b53988edc1fb83b7ed0618b5981e6cf353b3c2b /defparams.pl
parent15bbeca6392a314269ec3aadb1a949e65fc53fe4 (diff)
downloadbugzilla-9818692e383d603ed728df6c16c02150854b6d3c.tar.gz
bugzilla-9818692e383d603ed728df6c16c02150854b6d3c.tar.xz
Re-fix for bug 29820: remove "Changed" from email subject line. Based on patch submitted by Stephan Niemz [faniz] <st.n@gmx.net>, r= jake, cyeh
UPGRADE NOTES: when you install this update, you will need to change the subject line in your 'changedmail' and 'newchangedmail' params from the web by running editparams.cgi. The subject line needs to be changed from: Subject: [Bug %bugid%] %neworchanged% - %summary% to Subject: [Bug %bugid%] %neworchanged%%summary% Or whatever is appropriate for the subject you are using on your system. Note the removal of the " - " in the middle.
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/defparams.pl b/defparams.pl
index 89601a4d3..c384eb973 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -381,8 +381,8 @@ separated by a comma (with duplication removed, if they're the same
person). %cc% gets replaced by the list of people on the CC list,
separated by commas. %bugid% gets replaced by the bug number.
%diffs% gets replaced by the diff text from the old version to the new
-version of this bug. %neworchanged% is either "New" or "Changed",
-depending on whether this mail is reporting a new bug or changes made
+version of this bug. %neworchanged% is "New: " if this mail is
+reporting a new bug or empty if changes were made
to an existing one. %summary% gets replaced by the summary of this
bug. %<i>anythingelse</i>% gets replaced by the definition of that
parameter (as defined on this page).},
@@ -390,7 +390,7 @@ parameter (as defined on this page).},
"From: bugzilla-daemon
To: %to%
Cc: %cc%
-Subject: [Bug %bugid%] %neworchanged% - %summary%
+Subject: [Bug %bugid%] %neworchanged%%summary%
%urlbase%show_bug.cgi?id=%bugid%
@@ -418,7 +418,7 @@ q{The same as 'changedmail', but used for the newemailtech stuff.},
"From: bugzilla-daemon
To: %to%
Cc: %cc%
-Subject: [Bug %bugid%] %neworchanged% - %summary%
+Subject: [Bug %bugid%] %neworchanged%%summary%
%urlbase%show_bug.cgi?id=%bugid%