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
6f9e2eb8
Commit
6f9e2eb8
authored
Mar 04, 1999
by
terry%netscape.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
"regenerate" was busted.
parent
5517743f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
processmail
processmail
+3
-2
No files found.
processmail
View file @
6f9e2eb8
...
...
@@ -222,14 +222,15 @@ if (open(FID, "<data/nomail")) {
my
$regenerate
=
0
;
if
(
(
$#ARGV
>=
1
)
&&
(
$ARGV
[
0
]
eq
"regenerate"
)
)
{
if
(
$ARGV
[
0
]
eq
"regenerate"
)
{
$regenerate
=
1
;
$#ARGV
=
-
1
;
shift
@ARGV
;
SendSQL
(
"select bug_id from bugs order by bug_id"
);
my
@row
;
while
(
@row
=
FetchSQLData
())
{
push
@ARGV
,
$row
[
0
];
}
print
"$#ARGV bugs to be regenerated.\n"
;
}
foreach
my
$i
(
@ARGV
)
{
...
...
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