Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
8f025114
Commit
8f025114
authored
Jul 03, 2002
by
myk%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bug 122900: implements email preference for unconfirmed bugs.
r=jouni
parent
3713224a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
processmail
processmail
+0
-0
email.html.tmpl
template/en/default/account/prefs/email.html.tmpl
+5
-1
userprefs.cgi
userprefs.cgi
+1
-1
No files found.
processmail
View file @
8f025114
This diff is collapsed.
Click to expand it.
template/en/default/account/prefs/email.html.tmpl
View file @
8f025114
...
...
@@ -17,6 +17,7 @@
# Rights Reserved.
#
# Contributor(s): Gervase Markham <gerv@gerv.net>
# Myk Melez <myk@mozilla.org>
#%]
[%# INTERFACE:
...
...
@@ -138,7 +139,10 @@
{ name = 'CC',
description = 'CC field changes' },
{ name = 'Other',
description = 'Any field not mentioned above changes' } ] %]
description = 'Any field not mentioned above changes' },
{ name = 'Unconfirmed',
description = 'The bug is in the unconfirmed state' },
] %]
<tr>
[% FOREACH role = [ "Reporter", "Owner", "QAcontact", "CClist", "Voter" ]
%]
...
...
userprefs.cgi
View file @
8f025114
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment