aboutsummaryrefslogtreecommitdiffstats
path: root/mail/component-factory.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-06-11 06:44:42 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-06-11 06:44:42 +0800
commit84e8edcda2db9026375b70b1a645ad513da4c6a5 (patch)
treefa4d68c610b5ad97fb3964cc54005e8a8ac262ad /mail/component-factory.c
parent39e79a246459a6be63eb12b69607b3ba4c3cb270 (diff)
downloadgsoc2013-evolution-84e8edcda2db9026375b70b1a645ad513da4c6a5.tar
gsoc2013-evolution-84e8edcda2db9026375b70b1a645ad513da4c6a5.tar.gz
gsoc2013-evolution-84e8edcda2db9026375b70b1a645ad513da4c6a5.tar.bz2
gsoc2013-evolution-84e8edcda2db9026375b70b1a645ad513da4c6a5.tar.lz
gsoc2013-evolution-84e8edcda2db9026375b70b1a645ad513da4c6a5.tar.xz
gsoc2013-evolution-84e8edcda2db9026375b70b1a645ad513da4c6a5.tar.zst
gsoc2013-evolution-84e8edcda2db9026375b70b1a645ad513da4c6a5.zip
Comment out the code to add/remove the store to the folder-tree when it
2002-06-10 Jeffrey Stedfast <fejj@ximian.com> * mail-accounts.c (account_able_clicked): Comment out the code to add/remove the store to the folder-tree when it gets enabled/disabled. svn path=/trunk/; revision=17162
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r--mail/component-factory.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c
index df4a08c9ae..07dcba7c32 100644
--- a/mail/component-factory.c
+++ b/mail/component-factory.c
@@ -1246,7 +1246,7 @@ storage_connect (EvolutionStorage *storage,
const char *path,
CamelStore *store)
{
- mail_note_store (CAMEL_STORE(store), storage, CORBA_OBJECT_NIL,
+ mail_note_store (CAMEL_STORE (store), storage, CORBA_OBJECT_NIL,
storage_connected, storage);
}
@@ -1324,7 +1324,7 @@ mail_load_storage_by_uri (GNOME_Evolution_Shell shell, const char *uri, const ch
* see if this belongs in the shell's folder list. If so, add
* it.
*/
-
+
prov = camel_session_get_provider (session, uri, &ex);
if (prov == NULL) {
/* FIXME: real error dialog */
@@ -1333,11 +1333,11 @@ mail_load_storage_by_uri (GNOME_Evolution_Shell shell, const char *uri, const ch
camel_exception_clear (&ex);
return;
}
-
+
if (!(prov->flags & CAMEL_PROVIDER_IS_STORAGE) ||
(prov->flags & CAMEL_PROVIDER_IS_EXTERNAL))
return;
-
+
store = camel_session_get_service (session, uri, CAMEL_PROVIDER_STORE, &ex);
if (store == NULL) {
/* FIXME: real error dialog */