diff options
Diffstat (limited to 'mailutils/popmaildir.c')
-rw-r--r-- | mailutils/popmaildir.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mailutils/popmaildir.c b/mailutils/popmaildir.c index 1695a9b..5756eaa 100644 --- a/mailutils/popmaildir.c +++ b/mailutils/popmaildir.c @@ -125,9 +125,9 @@ int popmaildir_main(int argc UNUSED_PARAM, char **argv) INIT_G(); // parse options - opt_complementary = "-1:dd"; - opts = getopt32(argv, - "bdmVcasTkt:+" "R:+Z:L:+H:+" IF_FEATURE_POPMAILDIR_DELIVERY("M:F:"), + opts = getopt32(argv, "^" + "bdmVcasTkt:+" "R:+Z:L:+H:+" IF_FEATURE_POPMAILDIR_DELIVERY("M:F:") + "\0" "-1:dd", &timeout, NULL, NULL, NULL, &opt_nlines IF_FEATURE_POPMAILDIR_DELIVERY(, &delivery, &delivery) // we treat -M and -F the same ); |