summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-05-13 02:20:39 +0200
committerterry%mozilla.org <>1999-05-13 02:20:39 +0200
commitb76a02502d1e3abf05d8aef379d14ac259619526 (patch)
treeded9fe568e1c16f142b1c1b9c0fbd5ef0f1d5ae1 /CHANGES
parent47e7a341fd69d3d26d48d4e33d09c6e8ecbbc6c2 (diff)
downloadbugzilla-b76a02502d1e3abf05d8aef379d14ac259619526.tar.gz
bugzilla-b76a02502d1e3abf05d8aef379d14ac259619526.tar.xz
Added user preference controlling how much email they get.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index eb2fbb78b..93d6e051a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,11 @@ query the CVS tree. For example,
will tell you what has been changed in the last week.
+5/12/99 Added a pref to control how much email you get. This needs a new
+column in the profiles table, so feed the following to mysql:
+
+ alter table profiles add column emailnotification enum("ExcludeSelfChanges", "CConly", "All") not null default "ExcludeSelfChanges";
+
5/5/99 Added the ability to search by creation date. To make this perform
well, you ought to do the following: