diff options
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c index e0774b5abd..7cf16745bb 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -151,6 +151,8 @@ owner_set_cb (EvolutionShellComponent *shell_component, mail_do_setup_folder ("Sent", &sent_folder); /* Don't proceed until those _folder variables are valid. */ mail_operation_wait_for_finish (); + + mail_session_enable_interaction (TRUE); } static void |