From a48e37063734dd5748433a0dd8a9c8e2b32e41c0 Mon Sep 17 00:00:00 2001 From: "dmose%mozilla.org" <> Date: Wed, 29 Mar 2000 05:30:23 +0000 Subject: allow users to watch the bugs of other users --- defparams.pl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'defparams.pl') 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; -- cgit v1.2.3-24-g4f1b