mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
Improved and solve #847
This commit is contained in:
parent
e1aa566ec8
commit
177dfcb7e5
6 changed files with 25 additions and 30 deletions
|
|
@ -206,6 +206,10 @@ export class MailFolderList extends AbstractViewLeft {
|
|||
showMessageComposer();
|
||||
}
|
||||
|
||||
clearFolderSearch() {
|
||||
foldersFilter('');
|
||||
}
|
||||
|
||||
createFolder() {
|
||||
showScreenPopup(FolderCreatePopupView);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -818,10 +818,6 @@ export class MailMessageList extends AbstractViewRight {
|
|||
showScreenPopup(AdvancedSearchPopupView, [MessagelistUserStore.mainSearch()]);
|
||||
}
|
||||
|
||||
clearFolderSearchClick() {
|
||||
document.getElementById("folderSearchInput").value = "";
|
||||
}
|
||||
|
||||
groupSearch(group) {
|
||||
group.search && MessagelistUserStore.mainSearch(group.search);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue