mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 03:29:20 +03:00
Improved kolab folder-type detection as they can also be appended with '.default'
This commit is contained in:
parent
9f5f066dbf
commit
c8a5ae5c3a
4 changed files with 35 additions and 24 deletions
|
|
@ -139,6 +139,7 @@ export class FoldersUserSettings /*extends AbstractViewSettings*/ {
|
|||
|
||||
toggleFolderKolabType(folder, event) {
|
||||
let type = event.target.value;
|
||||
// TODO: append '.default' ?
|
||||
Remote.folderSetMetadata(()=>0, folder.fullNameRaw, FolderMetadataKeys.KolabFolderType, type);
|
||||
folder.kolabType(type);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue