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 <jake@acutex.net> r= justdave
git-svn-id: svn://10.0.0.236/trunk@91658 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user