summaryrefslogtreecommitdiff
path: root/movemail
diff options
context:
space:
mode:
Diffstat (limited to 'movemail')
-rw-r--r--movemail/Makefile.am1
-rw-r--r--movemail/movemail.c6
2 files changed, 4 insertions, 3 deletions
diff --git a/movemail/Makefile.am b/movemail/Makefile.am
index 7bc622868..975290556 100644
--- a/movemail/Makefile.am
+++ b/movemail/Makefile.am
@@ -27,10 +27,11 @@ movemail_LDADD = \
27 ${MU_LIB_IMAP}\ 27 ${MU_LIB_IMAP}\
28 ${MU_LIB_POP}\ 28 ${MU_LIB_POP}\
29 ${MU_LIB_NNTP}\ 29 ${MU_LIB_NNTP}\
30 ${MU_LIB_MH}\ 30 ${MU_LIB_MH}\
31 ${MU_LIB_MAILDIR}\ 31 ${MU_LIB_MAILDIR}\
32 ${MU_LIB_AUTH}\ 32 ${MU_LIB_AUTH}\
33 ${MU_LIB_MAILER}\
33 @MU_AUTHLIBS@\ 34 @MU_AUTHLIBS@\
34 ${MU_LIB_MAILUTILS}\ 35 ${MU_LIB_MAILUTILS}\
35 @MU_COMMON_LIBRARIES@ 36 @MU_COMMON_LIBRARIES@
36 37
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)
735 size_t msg_count = 0; 735 size_t msg_count = 0;
736 736
737 /* Native Language Support */ 737 /* Native Language Support */
738 MU_APP_INIT_NLS (); 738 MU_APP_INIT_NLS ();
739 MU_AUTH_REGISTER_ALL_MODULES (); 739 MU_AUTH_REGISTER_ALL_MODULES ();
740 740
741 /* Register the desired mailbox formats. */ 741 /* Register the desired "mailbox" formats. */
742 mu_register_all_mbox_formats (); 742 mu_register_all_formats ();
743 743
744 /* argument parsing */ 744 /* argument parsing */
745 745
746#ifdef WITH_TLS 746#ifdef WITH_TLS
747 mu_gocs_register ("tls", mu_tls_module_init); 747 mu_gocs_register ("tls", mu_tls_module_init);
748#endif 748#endif
@@ -760,13 +760,13 @@ main (int argc, char **argv)
760 return 1; 760 return 1;
761 } 761 }
762 762
763 if (emacs_mode) 763 if (emacs_mode)
764 { 764 {
765 /* Undo the effect of configuration options that may affect 765 /* Undo the effect of configuration options that may affect
766 the interaction with Emacs. */ 766 interaction with Emacs. */
767 mu_registrar_set_default_record (mu_mbox_record); 767 mu_registrar_set_default_record (mu_mbox_record);
768 mu_debug_default_printer = mu_debug_stderr_printer; 768 mu_debug_default_printer = mu_debug_stderr_printer;
769 } 769 }
770 770
771 atexit (close_mailboxes); 771 atexit (close_mailboxes);
772 772

Return to:

Send suggestions and report system problems to the System administrator.