mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-14 16:05:28 +00:00
fix(Mail): correctly update quota when refreshing
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user