diff options
Diffstat (limited to 'mailutils/mime.c')
-rw-r--r-- | mailutils/mime.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mailutils/mime.c b/mailutils/mime.c index bda727b7c..d309d7f7f 100644 --- a/mailutils/mime.c +++ b/mailutils/mime.c | |||
@@ -341,11 +341,11 @@ int reformime_main(int argc UNUSED_PARAM, char **argv) | |||
341 | 341 | ||
342 | // parse options | 342 | // parse options |
343 | // N.B. only -x and -X are supported so far | 343 | // N.B. only -x and -X are supported so far |
344 | opt_complementary = "x--X:X--x" USE_FEATURE_REFORMIME_COMPAT(":m::"); | 344 | opt_complementary = "x--X:X--x" IF_FEATURE_REFORMIME_COMPAT(":m::"); |
345 | opts = getopt32(argv, | 345 | opts = getopt32(argv, |
346 | "x:X" USE_FEATURE_REFORMIME_COMPAT("deis:r:c:m:h:o:O:"), | 346 | "x:X" IF_FEATURE_REFORMIME_COMPAT("deis:r:c:m:h:o:O:"), |
347 | &opt_prefix | 347 | &opt_prefix |
348 | USE_FEATURE_REFORMIME_COMPAT(, NULL, NULL, &G.opt_charset, NULL, NULL, NULL, NULL) | 348 | IF_FEATURE_REFORMIME_COMPAT(, NULL, NULL, &G.opt_charset, NULL, NULL, NULL, NULL) |
349 | ); | 349 | ); |
350 | //argc -= optind; | 350 | //argc -= optind; |
351 | argv += optind; | 351 | argv += optind; |