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 11adaefcac..b3877e4884 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -443,6 +443,9 @@ mail_load_storages (GNOME_Evolution_Shell shell, const GSList *sources, gboolean g_warning ("Cannot load storage: %s", camel_exception_get_description (&ex)); camel_exception_clear (&ex); + } else { + /* create the vTrash folder */ + vtrash_create (service->url, NULL, NULL); } } |