aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-local.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-08-23 07:30:27 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-08-23 07:30:27 +0800
commit8cb5eafe19b6710d0a81256aa1203441a35e01ee (patch)
treec2c19d07a24ffd4408853a55ceb4625c9960f361 /mail/mail-local.c
parent4ec5f98d75b92b8a1da39d8bbe3962535e9725aa (diff)
downloadgsoc2013-evolution-8cb5eafe19b6710d0a81256aa1203441a35e01ee.tar
gsoc2013-evolution-8cb5eafe19b6710d0a81256aa1203441a35e01ee.tar.gz
gsoc2013-evolution-8cb5eafe19b6710d0a81256aa1203441a35e01ee.tar.bz2
gsoc2013-evolution-8cb5eafe19b6710d0a81256aa1203441a35e01ee.tar.lz
gsoc2013-evolution-8cb5eafe19b6710d0a81256aa1203441a35e01ee.tar.xz
gsoc2013-evolution-8cb5eafe19b6710d0a81256aa1203441a35e01ee.tar.zst
gsoc2013-evolution-8cb5eafe19b6710d0a81256aa1203441a35e01ee.zip
Don't blindly make all vtrash folder types have a uri of vtrash:file:/,
2001-08-22 Jeffrey Stedfast <fejj@ximian.com> * component-factory.c (create_view): Don't blindly make all vtrash folder types have a uri of vtrash:file:/, instead only make it use vtrash:file:/ if it's a file: uri, else use physical_uri. svn path=/trunk/; revision=12411
Diffstat (limited to 'mail/mail-local.c')
-rw-r--r--mail/mail-local.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mail-local.c b/mail/mail-local.c
index a0c6802ae7..07b9e37929 100644
--- a/mail/mail-local.c
+++ b/mail/mail-local.c
@@ -647,8 +647,7 @@ mail_local_storage_startup (EvolutionShellClient *shellclient,
local_provider.service_cache = g_hash_table_new (non_hash, non_equal);
camel_session_register_provider (session, &local_provider);
-
-
+
/* Now build the storage. */
local_store = (MailLocalStore *)camel_session_get_service (
session, "file:/", CAMEL_PROVIDER_STORE, NULL);
@@ -656,7 +655,7 @@ mail_local_storage_startup (EvolutionShellClient *shellclient,
g_warning ("No local store!");
return;
}
-
+
local_store->corba_storage = evolution_shell_client_get_local_storage (shellclient);
if (local_store->corba_storage == CORBA_OBJECT_NIL) {
g_warning ("No local storage!");