summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-05-14 10:30:12 +0000
committeralecpl <alec@alec.pl>2010-05-14 10:30:12 +0000
commit349cbfffac820a5abc760f7d2d0f3339a37d46e3 (patch)
tree75a621afc7035b7c41bd5fd3c0cdca3dbfc79216 /program
parentd17a7fea4cc6c6eecfd4e97fb3e67878d82d51af (diff)
- Fix: reset select_all_mode on select-none action
Diffstat (limited to 'program')
-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;