mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-27 22:36:08 +00:00
Improved ACL handling #157
This commit is contained in:
@@ -402,8 +402,6 @@ export class FolderModel extends AbstractModel {
|
||||
}
|
||||
),
|
||||
|
||||
canBeEdited: () => !this.type() && this.exists/* && this.selectable()*/,
|
||||
|
||||
isSystemFolder: () => this.type()
|
||||
| (FolderUserStore.allowKolab() && !!this.kolabType() & !SettingsUserStore.unhideKolabFolders()),
|
||||
|
||||
@@ -484,8 +482,7 @@ export class FolderModel extends AbstractModel {
|
||||
}
|
||||
|
||||
edit() {
|
||||
// this.canBeEdited() && this.editing(true);
|
||||
this.canBeEdited() && showScreenPopup(FolderPopupView, [this]);
|
||||
showScreenPopup(FolderPopupView, [this]);
|
||||
}
|
||||
|
||||
unedit() {
|
||||
|
||||
Reference in New Issue
Block a user