Elastic: Fix unread filter icon and search state on folder change (#6978)

pull/7051/head
Aleksander Machniak 5 years ago
parent 32775f0e43
commit df414aa30c

@ -5,6 +5,7 @@ CHANGELOG Roundcube Webmail
- Elastic: Fix position and style of auto-complete dropdown on small screens (#6951)
- Elastic: Fix initial focus on recipients input in mail compose screen
- Elastic: Fix inserting responses at cursor position (#6971)
- Elastic: Fix unread filter icon and search state on folder change (#6978)
- Redis: Improve error handling and phpredis 5.X support (#6888)
- Archive: Fix bug where next email was not displayed after Archive button use (#6965)
- Archive: Fix missing Archive icon in folder selector popup in Elastic

@ -2059,8 +2059,8 @@ function rcube_elastic_ui()
rcmail.addEventListener('init', update_func)
.addEventListener('responsebeforesearch', update_func)
// close options form on list/search request
.addEventListener('beforelist', close_func)
.addEventListener('afterlist', update_func)
.addEventListener('beforesearch', close_func);
};

Loading…
Cancel
Save