From ec626660cfc5e2869a02c621247a7e0b02508151 Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Thu, 17 Dec 2009 15:38:50 -0600 Subject: The shell backend is responsibile for setting the MailSession online Previously the mail session set itself online inside mail_session_init() by checking whether the shell was online. This removes one more dependency from MailSession to EShell by moving that responsibility up one level. https://bugzilla.gnome.org/show_bug.cgi?id=604952 --- mail/mail-session.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'mail/mail-session.c') diff --git a/mail/mail-session.c b/mail/mail-session.c index dc7e40d79a..c7e86da926 100644 --- a/mail/mail-session.c +++ b/mail/mail-session.c @@ -798,12 +798,7 @@ mail_session_check_junk_notify (GConfClient *gconf, guint id, GConfEntry *entry, void mail_session_init (EShellBackend *shell_backend) { - EShell *shell; GConfClient *gconf; - gboolean online; - - shell = e_shell_backend_get_shell (shell_backend); - online = e_shell_get_online (shell); if (camel_init (e_get_user_data_dir (), TRUE) != 0) exit (0); @@ -826,7 +821,6 @@ mail_session_init (EShellBackend *shell_backend) session, NULL, NULL); session->junk_plugin = NULL; - camel_session_set_online ((CamelSession *) session, online); mail_config_reload_junk_headers (); } -- cgit v1.2.3