mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
Resolve #1111
This commit is contained in:
parent
932b71f345
commit
88279c55e0
4 changed files with 18 additions and 38 deletions
|
|
@ -28,8 +28,7 @@ export class FolderCreatePopupView extends AbstractViewPopup {
|
|||
folderListOptionsBuilder(
|
||||
[],
|
||||
[['', '']],
|
||||
oItem =>
|
||||
oItem ? (oItem.isSystemFolder() ? oItem.name() + ' ' + oItem.manageFolderSystemName() : oItem.name()) : '',
|
||||
oItem => oItem ? oItem.detailedName() : '',
|
||||
FolderUserStore.namespace
|
||||
? item => !item.fullName.startsWith(FolderUserStore.namespace)
|
||||
: null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue