Commit d5802ef7 d5802ef7f97ca0a2e283234dc45445a6f4f6a911 by Sergey Poznyakoff

(main): Register all mailbox formats

1 parent 6cc5e261
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);
......