From 7c7cc18177c88da6ea75682aa66fc30cabb6cc6c Mon Sep 17 00:00:00 2001 From: svncommit Date: Wed, 17 Oct 2007 07:59:07 +0000 Subject: ... and unset selected folder name. --- program/js/app.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/program/js/app.js b/program/js/app.js index 356e27a2f..b2e7dde3a 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -2510,7 +2510,10 @@ function rcube_webmail() this.set_env('folder', folder); } else + { list.clear_selection(); + this.set_env('folder', null); + } } }; -- cgit v1.2.3