diff options
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c index 877e0757fd..f0ede8f01c 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -160,7 +160,7 @@ create_view (EvolutionShellComponent *shell_component, mail_scan_subfolders (CAMEL_STORE (store), storage); camel_object_unref (CAMEL_OBJECT (store)); - control = folder_browser_factory_new_control ("", corba_shell); + control = create_noselect_control (); } else if (!g_strcasecmp (folder_type, "vtrash")) { if (!g_strncasecmp (physical_uri, "file:", 5)) control = folder_browser_factory_new_control ("vtrash:file:/", corba_shell); |