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)
return 1;
}
+ if (emacs_mode)
+ {
+ /* Undo the effect of configuration options that may affect
+ the interaction with Emacs. */
+ mu_registrar_set_default_record (mu_mbox_record);
+ mu_debug_default_printer = mu_debug_stderr_printer;
+ }
+
atexit (close_mailboxes);
source_name = argv[0];

Return to:

Send suggestions and report system problems to the System administrator.