mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-05 19:45:26 +00:00
fix(mail): Fix issue where unread counter is invalid when whanging folder. Fixes #6064.
This commit is contained in:
@@ -1044,6 +1044,7 @@
|
||||
this.account = account;
|
||||
if (options && options.unseenCount) {
|
||||
this.unseenCount = options.unseenCount;
|
||||
delete options["unseenCount"];
|
||||
}
|
||||
if (options && options.filter) {
|
||||
this.$messages = [];
|
||||
|
||||
Reference in New Issue
Block a user