aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/e-mail-shell-module.c3
-rw-r--r--shell/e-shell-module.c4
-rw-r--r--shell/e-shell-module.h10
3 files changed, 9 insertions, 8 deletions
diff --git a/mail/e-mail-shell-module.c b/mail/e-mail-shell-module.c
index 2ae8bd5a5a..e8f8adf4ae 100644
--- a/mail/e-mail-shell-module.c
+++ b/mail/e-mail-shell-module.c
@@ -837,7 +837,8 @@ mail_shell_module_start (EShellModule *shell_module)
shell = e_shell_module_get_shell (shell_module);
shell_settings = e_shell_get_shell_settings (shell);
- g_debug ("Jumpstarting Mail");
+ /* XXX Do we really still need this flag? */
+ mail_session_set_interactive (TRUE);
enable_search_folders = e_shell_settings_get_boolean (
shell_settings, "mail-enable-search-folders");
diff --git a/shell/e-shell-module.c b/shell/e-shell-module.c
index e3f6fe37b9..7e1bba1cec 100644
--- a/shell/e-shell-module.c
+++ b/shell/e-shell-module.c
@@ -452,8 +452,8 @@ e_shell_module_add_activity (EShellModule *shell_module,
*
* Tells the @shell_module to begin loading data or running background
* tasks which may consume significant resources. This gets called in
- * reponse to the user switching to the corresponding shell view for
- * the first time. The function is idempotent for each shell module.
+ * reponse to the user switching to the corresponding #EShellView for
+ * the first time. The function is idempotent for each @shell_module.
**/
void
e_shell_module_start (EShellModule *shell_module)
diff --git a/shell/e-shell-module.h b/shell/e-shell-module.h
index 4d6274bdf6..9032823bc2 100644
--- a/shell/e-shell-module.h
+++ b/shell/e-shell-module.h
@@ -74,11 +74,11 @@ typedef struct _EShellModulePrivate EShellModulePrivate;
* the main menu and in the switcher. See
* e_shell_module_compare().
* @start: Callback for notifying the module to begin loading data
- * and running background tasks. This is called the first
- * time the corresponding shell view class is instantiated.
- * It allows the module to delay initialization steps that
- * consume significant resources until they are actually
- * needed.
+ * and running background tasks. This is called just before
+ * the first instantiation of the corresponding #EShellView
+ * subclass. It allows the module to delay initialization
+ * steps that consume significant resources until they are
+ * actually needed.
* @is_busy: Callback for querying whether the module has
* operations in progress that cannot be cancelled
* or finished immediately. Returning %TRUE prevents