summaryrefslogtreecommitdiff
path: root/program/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'program/js/app.js')
-rw-r--r--program/js/app.js1
1 files changed, 1 insertions, 0 deletions
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;