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 13d03f75f6..bf5556cfcf 100644 --- a/mail/mail-local.c +++ b/mail/mail-local.c @@ -852,7 +852,7 @@ static void mail_local_store_add_folder(MailLocalStore *mls, const char *uri, co /* this is just so the folder is opened at least once to setup the folder counts etc in the display. Joy eh? The result is discarded. */ - mail_get_folder(uri, NULL, NULL); + mail_get_folder(uri, NULL, NULL, mail_thread_queued_slow); } } |