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
175eb035
...
175eb035f59b60f21d5d1faecc47199e5774f008
authored
2003-08-12 15:17:45 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(main): Convert msgset to uids.
1 parent
0030cc88
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
mh/mark.c
mh/mark.c
View file @
175eb03
...
...
@@ -206,7 +206,8 @@ main (int argc, char **argv)
argc
-=
index
;
argv
+=
index
;
mh_msgset_parse
(
mbox
,
&
msgset
,
argc
,
argv
,
"cur"
);
mh_msgset_uids
(
mbox
,
&
msgset
);
switch
(
action
)
{
case
ARG_ADD
:
...
...
Please
register
or
sign in
to post a comment