From 29ccc49c5d11dd09bcac3099747b0e42ad8c100a Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 17 Jul 2002 17:39:27 +0000 Subject: Oops, Don't comment out the mail_note_store call. 2002-07-17 Jeffrey Stedfast * component-factory.c (add_storage): Oops, Don't comment out the mail_note_store call. svn path=/trunk/; revision=17492 --- mail/ChangeLog | 5 +++++ mail/component-factory.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index ad07457b2a..7e2c21aa94 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2002-07-17 Jeffrey Stedfast + + * component-factory.c (add_storage): Oops, Don't comment out the + mail_note_store call. + 2002-07-16 Jeffrey Stedfast * mail-accounts.c (account_able_clicked): Re-enable some #if 0'd code. diff --git a/mail/component-factory.c b/mail/component-factory.c index 5c03cc5ad2..ad9d424356 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -1287,8 +1287,8 @@ add_storage (const char *name, const char *uri, CamelService *store, case EVOLUTION_STORAGE_OK: evolution_storage_has_subfolders (storage, "/", _("Connecting...")); mail_hash_storage (store, storage); - /*if (auto_connect) - mail_note_store ((CamelStore *) store, storage, CORBA_OBJECT_NIL, NULL, NULL);*/ + /*if (auto_connect)*/ + mail_note_store ((CamelStore *) store, storage, CORBA_OBJECT_NIL, NULL, NULL); /* falllll */ case EVOLUTION_STORAGE_ERROR_ALREADYREGISTERED: case EVOLUTION_STORAGE_ERROR_EXISTS: -- cgit v1.2.3