fix(Mail): correctly update quota when refreshing

This commit is contained in:
Hivert Quentin
2026-02-05 10:51:41 +01:00
parent 71d865b86a
commit af984f58c0
2 changed files with 14 additions and 1 deletions
@@ -1234,6 +1234,10 @@
_this.updateVisibleMessages();
}
if (data.quotas) {
_this.$account.updateQuota(data.quotas);
}
Mailbox.$log.debug('mailbox ' + _this.id + ' ready');
_this.$isLoading = false;
Mailbox.$rootScope.$broadcast('listRefreshed');