Make MessageList per day optional #737

This commit is contained in:
the-djmaze 2022-12-23 08:42:36 +01:00
parent 81e46ccdf7
commit fca7e44aa0
46 changed files with 114 additions and 40 deletions

View file

@ -94,6 +94,7 @@ export class MailMessageList extends AbstractViewRight {
this.popupVisibility = arePopupsVisible;
this.useCheckboxesInList = SettingsUserStore.useCheckboxesInList;
this.listPerDay = SettingsUserStore.listPerDay;
this.userUsageProc = FolderUserStore.quotaPercentage;