aboutsummaryrefslogtreecommitdiffstats
path: root/mail/component-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r--mail/component-factory.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c
index dbff4b8c5c..acd635e5c6 100644
--- a/mail/component-factory.c
+++ b/mail/component-factory.c
@@ -38,6 +38,7 @@
#include "mail.h" /* YUCK FIXME */
#include "mail-tools.h"
#include "mail-ops.h"
+#include "mail-session.h"
#include <gal/widgets/e-gui-utils.h>
#include "mail-local-storage.h"
@@ -122,7 +123,7 @@ owner_set_cb (EvolutionShellComponent *shell_component,
g_print ("evolution-mail: Yeeeh! We have an owner!\n"); /* FIXME */
evolution_dir = g_strdup (evolution_homedir);
- session_init ();
+ mail_session_init ();
mail_config_init ();
mail_do_setup_folder ("Drafts", &drafts_folder);