Commit b2bf6443 b2bf6443704c751fbfdd07ff59d759535386cf2d by Sergey Poznyakoff

--keep-messages option (an alias for -p)

1 parent ccedb5c0
...@@ -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 }
......