summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorterry%mozilla.org <>2000-01-23 10:03:14 +0100
committerterry%mozilla.org <>2000-01-23 10:03:14 +0100
commit04824af9663502bc5cc16583463c7d6819610fec (patch)
tree2e69a506a47e24d65b9784826abed24c17c74cb5 /defparams.pl
parentc2491654291209345784c141700bad79603fe07b (diff)
downloadbugzilla-04824af9663502bc5cc16583463c7d6819610fec.tar.gz
bugzilla-04824af9663502bc5cc16583463c7d6819610fec.tar.xz
New email code wasn't notifying people of changes in state of
dependent bugs.
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl13
1 files changed, 13 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl
index 6ddd1cef0..daa8c1da2 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -255,6 +255,19 @@ has to then turn on the "New email tech" preference.},
0);
+DefParam("newchangedmail",
+q{The same as 'changedmail', but used for the newemailtech stuff.},
+ "l",
+"From: bugzilla-daemon
+To: %to%
+Cc: %cc%
+Subject: [Bug %bugid%] %neworchanged% - %summary%
+
+%urlbase%show_bug.cgi?id=%bugid%
+
+%diffs%");
+
+
DefParam("whinedays",
"The number of days that we'll let a bug sit untouched in a NEW state before our cronjob will whine at the owner.",