diff --git a/program/js/app.js b/program/js/app.js index 77d1a3642..36b258cce 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -734,6 +734,7 @@ function rcube_webmail() break; case 'select-none': + this.select_all_mode = false; this.message_list.clear_selection(); break;