(main): Register all mailbox/mailer formats.
Showing
1 changed file
with
3 additions
and
1 deletions
1 | /* GNU Mailutils -- a suite of utilities for electronic mail | 1 | /* GNU Mailutils -- a suite of utilities for electronic mail |
2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, | 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, |
3 | 2005 Free Software Foundation, Inc. | 3 | 2005, 2006 Free Software Foundation, Inc. |
4 | 4 | ||
5 | GNU Mailutils is free software; you can redistribute it and/or modify | 5 | GNU Mailutils is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
... | @@ -361,6 +361,8 @@ main (int argc, char *argv[]) | ... | @@ -361,6 +361,8 @@ main (int argc, char *argv[]) |
361 | mu_tls_init_client_argp (); | 361 | mu_tls_init_client_argp (); |
362 | #endif | 362 | #endif |
363 | mu_sieve_argp_init (); | 363 | mu_sieve_argp_init (); |
364 | mu_register_all_formats (); | ||
365 | |||
364 | rc = mu_argp_parse (&argp, &argc, &argv, ARGP_IN_ORDER, sieve_argp_capa, | 366 | rc = mu_argp_parse (&argp, &argc, &argv, ARGP_IN_ORDER, sieve_argp_capa, |
365 | 0, &opts); | 367 | 0, &opts); |
366 | 368 | ... | ... |
-
Please register or sign in to post a comment