From 3843c543887502716379e29149d6b805766fec03 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 27 Mar 2001 05:23:00 +0000 Subject: Update this to reflect the CamelProvider structure change * mail-local.c (local_provider): Update this to reflect the CamelProvider structure change svn path=/trunk/; revision=8969 --- mail/mail-local.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/mail-local.c b/mail/mail-local.c index 5210c6ee46..08f056d31c 100644 --- a/mail/mail-local.c +++ b/mail/mail-local.c @@ -647,7 +647,7 @@ local_storage_removed_folder_cb (EvolutionStorageListener *storage_listener, static CamelProvider local_provider = { "file", "Local mail", NULL, "mail", CAMEL_PROVIDER_IS_STORAGE, CAMEL_URL_NEED_PATH, - { 0, 0 }, NULL + /* ... */ }; /* There's only one "file:" store. */ -- cgit v1.2.3