summaryrefslogtreecommitdiff
path: root/movemail/movemail.c
diff options
context:
space:
mode:
Diffstat (limited to 'movemail/movemail.c')
-rw-r--r--movemail/movemail.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/movemail/movemail.c b/movemail/movemail.c
index 4e7bdb986..3d3cf2ac5 100644
--- a/movemail/movemail.c
+++ b/movemail/movemail.c
@@ -735,14 +735,14 @@ main (int argc, char **argv)
size_t msg_count = 0;
/* Native Language Support */
MU_APP_INIT_NLS ();
MU_AUTH_REGISTER_ALL_MODULES ();
- /* Register the desired mailbox formats. */
- mu_register_all_mbox_formats ();
+ /* Register the desired "mailbox" formats. */
+ mu_register_all_formats ();
/* argument parsing */
#ifdef WITH_TLS
mu_gocs_register ("tls", mu_tls_module_init);
#endif
@@ -760,13 +760,13 @@ main (int argc, char **argv)
return 1;
}
if (emacs_mode)
{
/* Undo the effect of configuration options that may affect
- the interaction with Emacs. */
+ interaction with Emacs. */
mu_registrar_set_default_record (mu_mbox_record);
mu_debug_default_printer = mu_debug_stderr_printer;
}
atexit (close_mailboxes);

Return to:

Send suggestions and report system problems to the System administrator.