diff options
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c index 149159faf6..10588c50cc 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -578,6 +578,9 @@ idle_quit (gpointer user_data) static void owner_unset_cb (EvolutionShellComponent *shell_component, gpointer user_data) { + if (mail_config_get_empty_trash_on_exit ()) + empty_trash (NULL, NULL, NULL); + unref_standard_folders (); mail_importer_uninit (); |