summaryrefslogtreecommitdiffstats
path: root/userprefs.cgi
diff options
context:
space:
mode:
authordmose%mozilla.org <>2001-02-15 05:41:24 +0100
committerdmose%mozilla.org <>2001-02-15 05:41:24 +0100
commit10ad2870e57c3f3de63e1b6fa4375af1d660f412 (patch)
tree0bdac761cc3a8f32ab5b5bf0730ed275051cac90 /userprefs.cgi
parent7e06172f719dc9b252a8fbee5cd5dae93f2ae160 (diff)
downloadbugzilla-10ad2870e57c3f3de63e1b6fa4375af1d660f412.tar.gz
bugzilla-10ad2870e57c3f3de63e1b6fa4375af1d660f412.tar.xz
fix for bug found in original 17464 patch, where removal from the CC list was not generating a mail. r=donm@bluemartini.com
Diffstat (limited to 'userprefs.cgi')
-rwxr-xr-xuserprefs.cgi5
1 files changed, 5 insertions, 0 deletions
diff --git a/userprefs.cgi b/userprefs.cgi
index 05d4324d0..641317bad 100755
--- a/userprefs.cgi
+++ b/userprefs.cgi
@@ -49,6 +49,7 @@ my @emailGroups = (
);
my @emailFlags = (
+ 'Removeme', 'If I am removed from that capacity',
'Comments', 'New Comments',
'Attachments', 'New Attachments',
'Status', 'Priority, status, severity, and milestone changes',
@@ -60,6 +61,7 @@ my @emailFlags = (
my $defaultEmailFlagString =
+ 'emailOwnerRemoveme~' . 'on~' .
'emailOwnerComments~' . 'on~' .
'emailOwnerAttachments~' . 'on~' .
'emailOwnerStatus~' . 'on~' .
@@ -68,6 +70,7 @@ my $defaultEmailFlagString =
'emailOwnerCC~' . 'on~' .
'emailOwnerOther~' . 'on~' .
+ 'emailReporterRemoveme~' . 'on~' .
'emailReporterComments~' . 'on~' .
'emailReporterAttachments~' . 'on~' .
'emailReporterStatus~' . 'on~' .
@@ -76,6 +79,7 @@ my $defaultEmailFlagString =
'emailReporterCC~' . 'on~' .
'emailReporterOther~' . 'on~' .
+ 'emailQAcontactRemoveme~' . 'on~' .
'emailQAcontactComments~' . 'on~' .
'emailQAcontactAttachments~' . 'on~' .
'emailQAcontactStatus~' . 'on~' .
@@ -84,6 +88,7 @@ my $defaultEmailFlagString =
'emailQAcontactCC~' . 'on~' .
'emailQAcontactOther~' . 'on~' .
+ 'emailCClistRemoveme~' . 'on~' .
'emailCClistComments~' . 'on~' .
'emailCClistAttachments~' . 'on~' .
'emailCClistStatus~' . 'on~' .