From 305152503fb15c0d146c4544e5d66c3dece4e1ec Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 23 Feb 2009 16:48:20 +0000 Subject: Documentation tweaks. Turn on the stupid interactive flag so we get user alerts from Camel. (Can we please get rid of that thing?) svn path=/branches/kill-bonobo/; revision=37314 --- mail/e-mail-shell-module.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mail') 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"); -- cgit