aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mailutils/makemime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailutils/makemime.c b/mailutils/makemime.c
index 4dc53a3b2..a9ff03d03 100644
--- a/mailutils/makemime.c
+++ b/mailutils/makemime.c
@@ -164,7 +164,7 @@ int makemime_main(int argc UNUSED_PARAM, char **argv)
164 // parse options 164 // parse options
165 opt_complementary = "a::"; 165 opt_complementary = "a::";
166 opts = getopt32(argv, 166 opts = getopt32(argv,
167 "c:e:o:C:N:a", //:m:j:", 167 "c:e:o:C:N:a:", //:m:j:",
168 &G.content_type, NULL, &opt_output, &G.opt_charset, NULL, &opt_headers //, NULL, NULL 168 &G.content_type, NULL, &opt_output, &G.opt_charset, NULL, &opt_headers //, NULL, NULL
169 ); 169 );
170 //argc -= optind; 170 //argc -= optind;