summaryrefslogtreecommitdiffstats
path: root/userprefs.cgi
diff options
context:
space:
mode:
authormyk%mozilla.org <>2002-07-03 07:18:46 +0200
committermyk%mozilla.org <>2002-07-03 07:18:46 +0200
commit8f0251144e71826cd4f22999c448102848fb95f6 (patch)
treed37097f6d3fa7f8c73e378894602324cf6f4d911 /userprefs.cgi
parent3713224a2bd88ffda1a2bf2e207a36c560789e73 (diff)
downloadbugzilla-8f0251144e71826cd4f22999c448102848fb95f6.tar.gz
bugzilla-8f0251144e71826cd4f22999c448102848fb95f6.tar.xz
Fix for bug 122900: implements email preference for unconfirmed bugs.
r=jouni
Diffstat (limited to 'userprefs.cgi')
-rwxr-xr-xuserprefs.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/userprefs.cgi b/userprefs.cgi
index 649008864..84c8ea027 100755
--- a/userprefs.cgi
+++ b/userprefs.cgi
@@ -45,7 +45,7 @@ my $defaultflagstring = "ExcludeSelf~on~";
my @roles = ("Owner", "Reporter", "QAcontact", "CClist", "Voter");
my @reasons = ("Removeme", "Comments", "Attachments", "Status", "Resolved",
- "Keywords", "CC", "Other");
+ "Keywords", "CC", "Other", "Unconfirmed");
foreach my $role (@roles) {
foreach my $reason (@reasons) {