aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-03-27 13:23:00 +0800
committerDan Winship <danw@src.gnome.org>2001-03-27 13:23:00 +0800
commit3843c543887502716379e29149d6b805766fec03 (patch)
tree7fad64f34fe0c44631719403f84abf08fef33184 /mail
parent4c42c93dc6a2a1ed4c0b758ffff790fe74e7dffa (diff)
downloadgsoc2013-evolution-3843c543887502716379e29149d6b805766fec03.tar
gsoc2013-evolution-3843c543887502716379e29149d6b805766fec03.tar.gz
gsoc2013-evolution-3843c543887502716379e29149d6b805766fec03.tar.bz2
gsoc2013-evolution-3843c543887502716379e29149d6b805766fec03.tar.lz
gsoc2013-evolution-3843c543887502716379e29149d6b805766fec03.tar.xz
gsoc2013-evolution-3843c543887502716379e29149d6b805766fec03.tar.zst
gsoc2013-evolution-3843c543887502716379e29149d6b805766fec03.zip
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
Diffstat (limited to 'mail')
-rw-r--r--mail/mail-local.c2
1 files changed, 1 insertions, 1 deletions
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. */