diff options
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c index 3251a618f6..a7aa0fa8a4 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -948,7 +948,7 @@ send_receive_cb (EvolutionShellComponent *shell_component, FolderBrowser, and then we will be able to call configure_mail from here properly. */ if (!mail_config_is_configured () /* && !configure_mail (fb) */) - return; + return; account = mail_config_get_default_account (); if (!account || !account->transport) { |