mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 14:37:02 +03:00
Treat Kolab folders as SystemFolder and show the type in User -> Settings -> Folders
This commit is contained in:
parent
524cafe689
commit
fb86d15c02
3 changed files with 24 additions and 14 deletions
|
|
@ -93,4 +93,6 @@ export const
|
|||
})
|
||||
.then(clearTimer, clearTimer);
|
||||
}
|
||||
};
|
||||
},
|
||||
|
||||
getKeyByValue = (o, v) => Object.keys(o).find(key => o[key] === v);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue