From be610ad922aae00d50bd297fb0dc76a7566ec31f Mon Sep 17 00:00:00 2001 From: "dmose%mozilla.org" <> Date: Sat, 23 Dec 2000 07:01:29 +0000 Subject: 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 --- userprefs.cgi | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'userprefs.cgi') diff --git a/userprefs.cgi b/userprefs.cgi index c6362a143..d2b5e0db1 100755 --- a/userprefs.cgi +++ b/userprefs.cgi @@ -127,15 +127,15 @@ On which of these bugs would you like email notification of changes? my $checkedpart = $newemailtech ? "CHECKED" : ""; print qq{
-New! -Bugzilla has a new email -notification scheme. It is experimental and bleeding edge and will -hopefully evolve into a brave new happy world where all the spam and ugliness -of the old notifications will go away. If you wish to sign up for this (and -risk any bugs), check here. +Updated! +Bugzilla's new standard email notification scheme allows for the use of +features such as watching other users and selecting which bug changes you get +mail about. You can revert to the old notification scheme by unchecking this +box, but this isn't recommended, because the old scheme is no longer +supported and will be going away in an upcoming version of Bugzilla. }; - EmitEntry("Check here to sign up (and risk any bugs)", + EmitEntry("Uncheck here to revert", qq{New email tech}); } -- cgit v1.2.3-24-g4f1b