Improved and solve #847

This commit is contained in:
the-djmaze 2023-01-12 16:54:40 +01:00
parent e1aa566ec8
commit 177dfcb7e5
6 changed files with 25 additions and 30 deletions

View file

@ -206,6 +206,10 @@ export class MailFolderList extends AbstractViewLeft {
showMessageComposer();
}
clearFolderSearch() {
foldersFilter('');
}
createFolder() {
showScreenPopup(FolderCreatePopupView);
}