(main): Register all mailbox formats
Showing
1 changed file
with
3 additions
and
4 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, 2005 Free Software Foundation, Inc. | 2 | Copyright (C) 1999, 2000, 2001, 2002, 2005, |
3 | 2007 Free Software Foundation, Inc. | ||
3 | 4 | ||
4 | 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 |
5 | 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 |
... | @@ -392,9 +393,7 @@ main (int argc, char *argv[]) | ... | @@ -392,9 +393,7 @@ main (int argc, char *argv[]) |
392 | } | 393 | } |
393 | } | 394 | } |
394 | 395 | ||
395 | /* Register local mbox formats. */ | 396 | mu_register_all_formats (); |
396 | mu_registrar_record (mu_mbox_record); | ||
397 | mu_registrar_record (mu_path_record); | ||
398 | /* Possible supported mailers. */ | 397 | /* Possible supported mailers. */ |
399 | mu_registrar_record (mu_sendmail_record); | 398 | mu_registrar_record (mu_sendmail_record); |
400 | mu_registrar_record (mu_smtp_record); | 399 | mu_registrar_record (mu_smtp_record); | ... | ... |
-
Please register or sign in to post a comment