diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-02-25 04:08:43 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-02-25 04:08:43 +0800 |
commit | 0ce50d4fdc52664c830b244ae875ff387cac4ecb (patch) | |
tree | a41680c533a1bf5e0e59f2668a1225fe6784acc2 /mail/component-factory.c | |
parent | bef47a636432fe5791649412cf1a936b2c2b186b (diff) | |
download | gsoc2013-evolution-0ce50d4fdc52664c830b244ae875ff387cac4ecb.tar.gz gsoc2013-evolution-0ce50d4fdc52664c830b244ae875ff387cac4ecb.tar.zst gsoc2013-evolution-0ce50d4fdc52664c830b244ae875ff387cac4ecb.zip |
No longer need to construct the vTrash here. (owner_set_cb): Don't make
2001-02-24 Jeffrey Stedfast <fejj@ximian.com>
* component-factory.c (mail_load_storages): No longer need to
construct the vTrash here.
(owner_set_cb): Don't make the vTrash for the local store here.
* mail-ops.c (add_vtrash_info): New function to add a vTrash
folder info to a pre-constructed CamelFolderInfo for use in the
get_folder_info async function.
svn path=/trunk/; revision=8381
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 6 |
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")); } } |