Refresh the folder list when checking the account

This commit is contained in:
cketti 2021-01-27 08:04:23 +01:00
parent 2b769f8db3
commit 71e2d24fbb

View file

@ -2356,6 +2356,8 @@ public class MessagingController {
sendPendingMessages(account, listener);
refreshFolderListIfStale(account);
try {
Account.FolderMode aDisplayMode = account.getFolderDisplayMode();
Account.FolderMode aSyncMode = account.getFolderSyncMode();