Commit 65e3ca94 65e3ca9447503d5437127b74cb4df8a52165b2b2 by Sergey Poznyakoff

(main): Call mu_register_local_mbox_formats().

1 parent b0e17013
......@@ -165,13 +165,8 @@ main (int argc, char **argv)
}
/* Register the desired formats. */
{
list_t bookie;
registrar_get_list (&bookie);
list_append (bookie, mbox_record);
list_append (bookie, path_record);
}
mu_register_local_mbox_formats ();
/* Set the signal handlers. */
signal (SIGINT, imap4d_signal);
signal (SIGQUIT, imap4d_signal);
......
......@@ -189,12 +189,7 @@ main (int argc, char **argv)
}
/* Register the desired formats. */
{
list_t bookie;
registrar_get_list (&bookie);
list_append (bookie, mbox_record);
list_append (bookie, path_record);
}
mu_register_local_mbox_formats ();
/* Set the signal handlers. */
signal (SIGINT, pop3d_signal);
......