aboutsummaryrefslogtreecommitdiffstats
path: root/mail/component-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r--mail/component-factory.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c
index 94945c8ad1..9fdfd0b3cd 100644
--- a/mail/component-factory.c
+++ b/mail/component-factory.c
@@ -43,7 +43,6 @@
#include "mail-mt.h"
#include "mail-importer.h"
#include "mail-vfolder.h" /* vfolder_create_storage */
-#include "mail-vtrash.h"
#include "openpgp-utils.h"
#include <gal/widgets/e-gui-utils.h>
@@ -216,8 +215,6 @@ owner_set_cb (EvolutionShellComponent *shell_component,
g_free (uri);
}
- mail_vtrash_create ("file:/", _("vTrash"));
-
mail_session_enable_interaction (TRUE);
mail_autoreceive_setup ();
@@ -442,9 +439,6 @@ 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 {
- /* add the vTrash folder */
- mail_vtrash_add (CAMEL_STORE (store), service->url, _("vTrash"));
}
}