--keep-messages option (an alias for -p)
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -31,6 +31,7 @@ static char args_doc[] = N_("inbox destfile [POP-password]"); | ... | @@ -31,6 +31,7 @@ static char args_doc[] = N_("inbox destfile [POP-password]"); |
31 | 31 | ||
32 | static struct argp_option options[] = { | 32 | static struct argp_option options[] = { |
33 | { "preserve", 'p', NULL, 0, N_("Preserve the source mailbox"), 0 }, | 33 | { "preserve", 'p', NULL, 0, N_("Preserve the source mailbox"), 0 }, |
34 | { "keep-messages", 0, NULL, OPTION_ALIAS, NULL }, | ||
34 | { "reverse", 'r', NULL, 0, N_("Reverse the sorting order"), 0 }, | 35 | { "reverse", 'r', NULL, 0, N_("Reverse the sorting order"), 0 }, |
35 | 36 | ||
36 | { NULL, 0, NULL, 0, NULL, 0 } | 37 | { NULL, 0, NULL, 0, NULL, 0 } | ... | ... |
-
Please register or sign in to post a comment