From bc2cd00f42a2ab2505e95512165c6d9070252c9c Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 20 Feb 2001 03:38:05 +0000 Subject: Create vTrash folders for all remote stores as well. 2001-02-19 Jeffrey Stedfast * component-factory.c (mail_load_storages): Create vTrash folders for all remote stores as well. svn path=/trunk/; revision=8300 --- mail/ChangeLog | 5 +++++ mail/component-factory.c | 3 +++ 2 files changed, 8 insertions(+) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index ba74cd9110..ab05173d79 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2001-02-19 Jeffrey Stedfast + + * component-factory.c (mail_load_storages): Create vTrash folders + for all remote stores as well. + 2001-02-20 Not Zed * mail-vtrash.c (create_trash_vfolder): Add the auto-update flag 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); } } -- cgit v1.2.3