mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Make MessageList per day optional #737
This commit is contained in:
parent
81e46ccdf7
commit
fca7e44aa0
46 changed files with 114 additions and 40 deletions
|
|
@ -94,6 +94,7 @@ export class MailMessageList extends AbstractViewRight {
|
|||
this.popupVisibility = arePopupsVisible;
|
||||
|
||||
this.useCheckboxesInList = SettingsUserStore.useCheckboxesInList;
|
||||
this.listPerDay = SettingsUserStore.listPerDay;
|
||||
|
||||
this.userUsageProc = FolderUserStore.quotaPercentage;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue