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
3974b52c
...
3974b52c7d21495b9ec22eeb0fa21054bd2e71fe
authored
2003-03-25 22:09:04 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(_mh_msgset_parse): Accept "all" message spec on folders with only one message.
1 parent
3377d3a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mh/mh_msgset.c
mh/mh_msgset.c
View file @
3974b52
...
...
@@ -356,7 +356,7 @@ _mh_msgset_parse (mailbox_t mbox, mh_msgset_t *msgset, int argc, char **argv)
case
'-'
:
end
=
strtoul
(
p
+
1
,
&
p
,
0
);
if
(
*
p
||
end
==
start
)
if
(
*
p
)
msgset_abort
(
argv
[
i
]);
if
(
end
<
start
)
{
...
...
Please
register
or
sign in
to post a comment