aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-shell-module.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2009-02-24 00:48:20 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2009-02-24 00:48:20 +0800
commit305152503fb15c0d146c4544e5d66c3dece4e1ec (patch)
treedbaa3329410b3873d33ecd7b6989826ee62be5c9 /mail/e-mail-shell-module.c
parent554dbbf7280cb2189ae12a7c1a49f02604ca866b (diff)
downloadgsoc2013-evolution-305152503fb15c0d146c4544e5d66c3dece4e1ec.tar
gsoc2013-evolution-305152503fb15c0d146c4544e5d66c3dece4e1ec.tar.gz
gsoc2013-evolution-305152503fb15c0d146c4544e5d66c3dece4e1ec.tar.bz2
gsoc2013-evolution-305152503fb15c0d146c4544e5d66c3dece4e1ec.tar.lz
gsoc2013-evolution-305152503fb15c0d146c4544e5d66c3dece4e1ec.tar.xz
gsoc2013-evolution-305152503fb15c0d146c4544e5d66c3dece4e1ec.tar.zst
gsoc2013-evolution-305152503fb15c0d146c4544e5d66c3dece4e1ec.zip
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
Diffstat (limited to 'mail/e-mail-shell-module.c')
-rw-r--r--mail/e-mail-shell-module.c3
1 files changed, 2 insertions, 1 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");