diff options
author | myk%mozilla.org <> | 2002-07-03 07:18:46 +0200 |
---|---|---|
committer | myk%mozilla.org <> | 2002-07-03 07:18:46 +0200 |
commit | 8f0251144e71826cd4f22999c448102848fb95f6 (patch) | |
tree | d37097f6d3fa7f8c73e378894602324cf6f4d911 /userprefs.cgi | |
parent | 3713224a2bd88ffda1a2bf2e207a36c560789e73 (diff) | |
download | bugzilla-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-x | userprefs.cgi | 2 |
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) { |