From 349cbfffac820a5abc760f7d2d0f3339a37d46e3 Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 14 May 2010 10:30:12 +0000 Subject: - Fix: reset select_all_mode on select-none action --- program/js/app.js | 1 + 1 file changed, 1 insertion(+) (limited to 'program/js/app.js') 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; -- cgit v1.2.3