From d041005e48ba7a02432b792a4861567d58bd2b2f Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Sat, 7 Apr 2001 23:36:45 +0000 Subject: Fix for bug 71912: changes email pref for "If I'm removed from that capacity" to "If I'm added to or removed from that capacity", so you can still get mail when someone adds you to a CC. Patch by r= justdave --- userprefs.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userprefs.cgi') diff --git a/userprefs.cgi b/userprefs.cgi index a02605aec..0d890499d 100755 --- a/userprefs.cgi +++ b/userprefs.cgi @@ -49,7 +49,7 @@ my @emailGroups = ( ); my @emailFlags = ( - 'Removeme', 'If I am removed from that capacity', + 'Removeme', 'When I\'m added to or removed from this capacity', 'Comments', 'New Comments', 'Attachments', 'New Attachments', 'Status', 'Priority, status, severity, and milestone changes', -- cgit v1.2.3-24-g4f1b