summaryrefslogtreecommitdiff
path: root/movemail/movemail.c
diff options
context:
space:
mode:
Diffstat (limited to 'movemail/movemail.c')
-rw-r--r--movemail/movemail.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/movemail/movemail.c b/movemail/movemail.c
index afb83e8ae..4e7bdb986 100644
--- a/movemail/movemail.c
+++ b/movemail/movemail.c
@@ -760,6 +760,14 @@ main (int argc, char **argv)
760 return 1; 760 return 1;
761 } 761 }
762 762
763 if (emacs_mode)
764 {
765 /* Undo the effect of configuration options that may affect
766 the interaction with Emacs. */
767 mu_registrar_set_default_record (mu_mbox_record);
768 mu_debug_default_printer = mu_debug_stderr_printer;
769 }
770
763 atexit (close_mailboxes); 771 atexit (close_mailboxes);
764 772
765 source_name = argv[0]; 773 source_name = argv[0];

Return to:

Send suggestions and report system problems to the System administrator.