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
6768eee7
...
6768eee7125b4e7cedf49df19d938ff7b27fc61e
authored
2002-09-27 13:27:10 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Use new mh_msgset_parse() syntax.
1 parent
e92ab7d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mh/refile.c
mh/refile.c
View file @
6768eee
...
...
@@ -210,7 +210,7 @@ main (int argc, char **argv)
open_folders
();
mbox
=
mh_open_folder
(
current_folder
,
0
);
mh_msgset_parse
(
mbox
,
&
msgset
,
argc
-
index
,
argv
+
index
);
mh_msgset_parse
(
mbox
,
&
msgset
,
argc
-
index
,
argv
+
index
,
"cur"
);
status
=
mh_iterate
(
mbox
,
&
msgset
,
refile
,
NULL
);
enumerate_folders
(
_close_folder
,
NULL
);
...
...
Please
register
or
sign in
to post a comment