Cleanup function folderListOptionsBuilder()

This commit is contained in:
djmaze 2021-03-23 22:45:30 +01:00
parent 36b66c3ec5
commit 650e962fdf
4 changed files with 37 additions and 55 deletions

View file

@ -104,9 +104,7 @@ export const FolderUserStore = new class {
this.folderListSystem(),
this.folderList(),
[this.currentFolderFullNameRaw()],
null,
null,
null,
[],
null,
(item) => (item ? item.localName() : '')
)
@ -119,8 +117,6 @@ export const FolderUserStore = new class {
[this.sieveAllowFileintoInbox ? '' : 'INBOX'],
[['', '']],
null,
null,
null,
(item) => (item ? item.localName() : '')
)
);