aboutsummaryrefslogtreecommitdiff
path: root/mailutils/makemime.c
diff options
context:
space:
mode:
Diffstat (limited to 'mailutils/makemime.c')
-rw-r--r--mailutils/makemime.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mailutils/makemime.c b/mailutils/makemime.c
index 1dadd715f..8e1bc664c 100644
--- a/mailutils/makemime.c
+++ b/mailutils/makemime.c
@@ -184,9 +184,8 @@ int makemime_main(int argc UNUSED_PARAM, char **argv)
184 INIT_G(); 184 INIT_G();
185 185
186 // parse options 186 // parse options
187 opt_complementary = "a::";
188 opts = getopt32(argv, 187 opts = getopt32(argv,
189 "c:e:o:C:N:a:", // "m:j:", 188 "c:e:o:C:N:a:*", // "m:j:",
190 &content_type, NULL, &opt_output, &G.opt_charset, NULL, &opt_headers //, NULL, NULL 189 &content_type, NULL, &opt_output, &G.opt_charset, NULL, &opt_headers //, NULL, NULL
191 ); 190 );
192 //argc -= optind; 191 //argc -= optind;