Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
0264b0fb
...
0264b0fb9d505aa37769656975191f8de5b61f3e
authored
2002-11-05 13:39:08 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Use mail_from0 to avoid spurious diagnostics about deleted messages.
1 parent
5cc65400
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
mail/headers.c
mail/headers.c
View file @
0264b0f
...
...
@@ -60,7 +60,8 @@ mail_headers (int argc, char **argv)
}
}
util_do_command
(
"from %d-%d"
,
low
,
high
);
for
(;
low
<=
high
;
low
++
)
mail_from0
(
low
,
0
);
msgset_free
(
list
);
return
0
;
...
...
Please
register
or
sign in
to post a comment