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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
9642abb3
Commit
9642abb3
authored
Apr 05, 2005
by
lpsolit%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 288985: cannot remove users from the CC list - Patch by Frederic Buclin…
Bug 288985: cannot remove users from the CC list - Patch by Frederic Buclin <LpSolit@gmail.com> r=mkanat a=myk
parent
6f0e3792
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
BugMail.pm
Bugzilla/BugMail.pm
+3
-1
No files found.
Bugzilla/BugMail.pm
View file @
9642abb3
...
...
@@ -363,7 +363,9 @@ sub ProcessOneBug($$) {
# You can't stop being the reporter, and mail isn't sent if you
# remove your vote.
if
(
$what
eq
"CC"
)
{
push
(
@
{
$recipients
{
DBNameToIdAndCheck
(
$old
)}},
REL_CC
);
foreach
my
$cc_user
(
split
(
/[\s,]+/
,
$old
))
{
push
(
@
{
$recipients
{
DBNameToIdAndCheck
(
$cc_user
)}},
REL_CC
);
}
}
elsif
(
$what
eq
"QAContact"
)
{
push
(
@
{
$recipients
{
DBNameToIdAndCheck
(
$old
)}},
REL_QA
);
...
...
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