diff --git a/Frameworks/Account/Account.swift b/Frameworks/Account/Account.swift index 0f776ef35..b911d2ee8 100644 --- a/Frameworks/Account/Account.swift +++ b/Frameworks/Account/Account.swift @@ -720,6 +720,7 @@ public final class Account: DisplayNameProvider, UnreadCountProvider, Container, } if let account = object as? Account, account === self { structureDidChange() + updateUnreadCount() } if let folder = object as? Folder, folder.account === self { structureDidChange()