summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authordmose%mozilla.org <>2000-12-23 08:01:29 +0100
committerdmose%mozilla.org <>2000-12-23 08:01:29 +0100
commitbe610ad922aae00d50bd297fb0dc76a7566ec31f (patch)
tree3adb89e2ced46a5acf903d22c0633a83c02ef676 /defparams.pl
parent2f1d13b174e578f154d1e5b36c19a3895fecd57c (diff)
downloadbugzilla-be610ad922aae00d50bd297fb0dc76a7566ec31f.tar.gz
bugzilla-be610ad922aae00d50bd297fb0dc76a7566ec31f.tar.xz
changes from jake@acutex.net to make it possible to toggle the default value of newemailtech for new profiles, this is set by default to be turned on (the old default was off) ; r=dmose@mozilla.org. changes from me to make newemailtech the default in all new installations, and update the verbiage in various spots to make it clear that newemailtech is now considered the one true way and the old tech will be going away. r=endico@mozilla.org,cyeh@bluemartini.com
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl19
1 files changed, 14 insertions, 5 deletions
diff --git a/defparams.pl b/defparams.pl
index cc47f4eb5..d182fd562 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -21,6 +21,8 @@
# Dawn Endico <endico@mozilla.org>
# Dan Mosedale <dmose@mozilla.org>
# Joe Robins <jmrobins@tgix.com>
+# Jake <jake@acutex.net>
+#
# This file defines all the parameters that we have a GUI to edit within
# Bugzilla.
@@ -390,13 +392,20 @@ Subject: [Bug %bugid%] %neworchanged% - %summary%
%diffs%");
DefParam("newemailtech",
-q{There is now experimental code in Bugzilla to do the email diffs in a
-new and exciting way. But this stuff is not very cooked yet. So, right
-now, to use it, the maintainer has to turn on this checkbox, and each user
-has to then turn on the "New email tech" preference.},
+q{The way that email diffs are constructed by Bugzilla. You can revert to
+the old technology by turning this off, but this is not advised, as the old
+email tech will probably disappear in the next version of Bugzilla. Some
+features (watches, server side mail filtering) depend on newemailtech being
+set to on.},
"b",
- 0);
+ 1);
+DefParam("newemailtechdefault",
+q{Make "newemailtech" the default for all new accounts created. This will
+not change any existing accounts nor will it remove a users ability to go
+back to the oldmail system (requires "newemailtech" to be on as well).},
+ "b",
+ 1);
DefParam("newchangedmail",
q{The same as 'changedmail', but used for the newemailtech stuff.},