diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mail-local.c | 2 |
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. */ |