summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
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;