summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authordmose%mozilla.org <>2000-03-29 07:30:23 +0200
committerdmose%mozilla.org <>2000-03-29 07:30:23 +0200
commita48e37063734dd5748433a0dd8a9c8e2b32e41c0 (patch)
tree7e3b6813ea24a0c63aaa6de3767822e8c104c97e /defparams.pl
parent5bfbabbd77763c4520a5dab66015ed0c2bf7693c (diff)
downloadbugzilla-a48e37063734dd5748433a0dd8a9c8e2b32e41c0.tar.gz
bugzilla-a48e37063734dd5748433a0dd8a9c8e2b32e41c0.tar.xz
allow users to watch the bugs of other users
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl6
1 files changed, 5 insertions, 1 deletions
diff --git a/defparams.pl b/defparams.pl
index 04e90ad0d..41a40faf0 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -550,6 +550,10 @@ DefParam("commentonclose",
DefParam("commentonduplicate",
"If this option is on, the user needs to enter a short comment if the bug is marked as duplicate",
"b", 0 );
-
+DefParam("supportwatchers",
+ "Support one user watching (ie getting copies of all related email" .
+ " about) another's bugs. Useful for people going on vacation, and" .
+ " QA folks watching particular developers' bugs",
+ "b", 0 );
1;