From cab58389ecf6e811b41511cb39531b6b82bd0ef5 Mon Sep 17 00:00:00 2001 From: robin Date: Wed, 17 Oct 2007 07:59:07 +0000 Subject: ... and unset selected folder name. git-svn-id: https://svn.roundcube.net/trunk@877 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 356e27a2f..b2e7dde3a 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/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