diff options
Diffstat (limited to 'mail/mail-local.c')
-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 96e8b6c037..1559418a83 100644 --- a/mail/mail-local.c +++ b/mail/mail-local.c @@ -959,7 +959,7 @@ mail_local_lookup_folder (const char *name, "file:/", CAMEL_PROVIDER_STORE, NULL); - return get_folder (local_store, name, 0, ev); + return get_folder (CAMEL_STORE(local_store), name, 0, ev); } void |