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
b2bf6443
...
b2bf6443704c751fbfdd07ff59d759535386cf2d
authored
2003-12-30 07:49:39 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--keep-messages option (an alias for -p)
1 parent
ccedb5c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
movemail/movemail.c
movemail/movemail.c
View file @
b2bf644
...
...
@@ -31,8 +31,9 @@ static char args_doc[] = N_("inbox destfile [POP-password]");
static
struct
argp_option
options
[]
=
{
{
"preserve"
,
'p'
,
NULL
,
0
,
N_
(
"Preserve the source mailbox"
),
0
},
{
"keep-messages"
,
0
,
NULL
,
OPTION_ALIAS
,
NULL
},
{
"reverse"
,
'r'
,
NULL
,
0
,
N_
(
"Reverse the sorting order"
),
0
},
{
NULL
,
0
,
NULL
,
0
,
NULL
,
0
}
};
...
...
Please
register
or
sign in
to post a comment