summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-10-17 07:59:07 +0000
committerrobin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-10-17 07:59:07 +0000
commitcab58389ecf6e811b41511cb39531b6b82bd0ef5 (patch)
tree957e54d630c456768ae05c2fdebaa03ccd71c831
parent974746ce5810295b9d8cc688e76ff39df273d009 (diff)
... and unset selected folder name.
git-svn-id: https://svn.roundcube.net/trunk@877 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/program/js/app.js3
1 files changed, 3 insertions, 0 deletions
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);
+ }
}
};