mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Cleanup function folderListOptionsBuilder()
This commit is contained in:
parent
36b66c3ec5
commit
650e962fdf
4 changed files with 37 additions and 55 deletions
|
|
@ -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() : '')
|
||||
)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue