From 8f0251144e71826cd4f22999c448102848fb95f6 Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Wed, 3 Jul 2002 05:18:46 +0000 Subject: Fix for bug 122900: implements email preference for unconfirmed bugs. r=jouni --- userprefs.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userprefs.cgi') 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) { -- cgit v1.2.3-24-g4f1b