summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-05-10 09:41:44 +0200
committerlpsolit%gmail.com <>2006-05-10 09:41:44 +0200
commita6b4362d3ef33b1c1fdc06690511cac19b8e2be3 (patch)
tree744da46b2be688246146077e4e2b10cb24e031b8 /checksetup.pl
parent7e37bcbda25c4f776b508c192f38a72cd51b8ea0 (diff)
downloadbugzilla-a6b4362d3ef33b1c1fdc06690511cac19b8e2be3.tar.gz
bugzilla-a6b4362d3ef33b1c1fdc06690511cac19b8e2be3.tar.xz
Bug 7710: Pref to automatically put me on the CC: list of bugs I change - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=myk
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/checksetup.pl b/checksetup.pl
index d572c2bf3..c3b719c4c 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -4441,6 +4441,12 @@ add_setting ("zoom_textareas", {"on" => 1, "off" => 2 }, "on" );
# 2005-10-21 LpSolit@gmail.com -- Bug 313020
add_setting('per_bug_queries', {'on' => 1, 'off' => 2}, 'on');
+# 2006-05-01 olav@bkor.dhs.org -- Bug 7710
+add_setting('state_addselfcc', {'always' => 1,
+ 'never' => 2,
+ 'cc_unless_role' => '3'},
+ 'cc_unless_role');
+
###########################################################################
# Create Administrator --ADMIN--
###########################################################################