diff options
Diffstat (limited to 'mailutils/popmaildir.c')
-rw-r--r-- | mailutils/popmaildir.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mailutils/popmaildir.c b/mailutils/popmaildir.c index 62030331e..69eca6164 100644 --- a/mailutils/popmaildir.c +++ b/mailutils/popmaildir.c | |||
@@ -107,9 +107,9 @@ int popmaildir_main(int argc UNUSED_PARAM, char **argv) | |||
107 | INIT_G(); | 107 | INIT_G(); |
108 | 108 | ||
109 | // parse options | 109 | // parse options |
110 | opt_complementary = "-1:dd:t+:R+:L+:H+"; | 110 | opt_complementary = "-1:dd"; |
111 | opts = getopt32(argv, | 111 | opts = getopt32(argv, |
112 | "bdmVcasTkt:" "R:Z:L:H:" IF_FEATURE_POPMAILDIR_DELIVERY("M:F:"), | 112 | "bdmVcasTkt:+" "R:+Z:L:+H:+" IF_FEATURE_POPMAILDIR_DELIVERY("M:F:"), |
113 | &timeout, NULL, NULL, NULL, &opt_nlines | 113 | &timeout, NULL, NULL, NULL, &opt_nlines |
114 | IF_FEATURE_POPMAILDIR_DELIVERY(, &delivery, &delivery) // we treat -M and -F the same | 114 | IF_FEATURE_POPMAILDIR_DELIVERY(, &delivery, &delivery) // we treat -M and -F the same |
115 | ); | 115 | ); |