mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +03:00
Prevent folder/messages flags conflict by using the right name attributes for Folders
This commit is contained in:
parent
17b1deb95b
commit
f8b794ec1c
7 changed files with 48 additions and 49 deletions
|
|
@ -85,7 +85,7 @@ export class UserSettingsFolders /*extends AbstractViewSettings*/ {
|
|||
folder: folderToRemove.fullName
|
||||
}).then(
|
||||
() => {
|
||||
// folderToRemove.flags.push('\\nonexistent');
|
||||
// folderToRemove.attributes.push('\\nonexistent');
|
||||
folderToRemove.selectable(false);
|
||||
// folderToRemove.isSubscribed(false);
|
||||
// folderToRemove.checkable(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue