mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Resolve quota issue #75
This commit is contained in:
parent
ebfc2a705b
commit
687afdef6a
2 changed files with 2 additions and 4 deletions
|
|
@ -187,8 +187,6 @@ export class MessageListMailBoxUserView extends AbstractViewRight {
|
|||
|
||||
this.hasCheckedOrSelectedLines = MessageUserStore.hasCheckedOrSelected,
|
||||
|
||||
this.quotaTooltip = this.quotaTooltip.bind(this);
|
||||
|
||||
this.selector = new Selector(
|
||||
MessageUserStore.list,
|
||||
MessageUserStore.selectorMessageSelected,
|
||||
|
|
@ -887,7 +885,7 @@ export class MessageListMailBoxUserView extends AbstractViewRight {
|
|||
SIZE: FileInfo.friendlySize(this.userUsageSize()),
|
||||
PROC: this.userUsageProc(),
|
||||
LIMIT: FileInfo.friendlySize(this.userQuota())
|
||||
});
|
||||
}).replace(/<[^>]+>/g, '');
|
||||
}
|
||||
|
||||
initUploaderForAppend() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue