diff options
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c index 95e578e5f0..376b3b14a7 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -49,6 +49,7 @@ #include "component-factory.h" #include "mail-summary.h" +#include "mail-send-recv.h" CamelFolder *drafts_folder = NULL; CamelFolder *outbox_folder = NULL; @@ -211,6 +212,8 @@ owner_set_cb (EvolutionShellComponent *shell_component, } mail_session_enable_interaction (TRUE); + + mail_autoreceive_setup(); } static void |