From b76a02502d1e3abf05d8aef379d14ac259619526 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Thu, 13 May 1999 00:20:39 +0000 Subject: Added user preference controlling how much email they get. --- makeprofilestable.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'makeprofilestable.sh') diff --git a/makeprofilestable.sh b/makeprofilestable.sh index be4c03e4b..0dd5eaba0 100755 --- a/makeprofilestable.sh +++ b/makeprofilestable.sh @@ -34,6 +34,7 @@ password varchar(16), cryptpassword varchar(64), realname varchar(255), groupset bigint not null, +emailnotification enum("ExcludeSelfChanges", "CConly", "All") not null default "ExcludeSelfChanges"; index(login_name) ); -- cgit v1.2.3-24-g4f1b