diff options
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c index 778e6b2be3..44b5aa6895 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -689,6 +689,8 @@ idle_quit (gpointer user_data) static void owner_unset_cb (EvolutionShellComponent *shell_component, gpointer user_data) { + global_shell_client = NULL; + if (mail_config_get_empty_trash_on_exit ()) empty_trash (NULL, NULL, NULL); |