summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsvncommit <devs@roundcube.net>2007-10-17 07:59:07 +0000
committersvncommit <devs@roundcube.net>2007-10-17 07:59:07 +0000
commit7c7cc18177c88da6ea75682aa66fc30cabb6cc6c (patch)
tree188970a4555f346e6f937f39e765205b2578f8ee
parent1d1bc5da43ddba270634201aec74e065268979cf (diff)
... and unset selected folder name.
-rw-r--r--program/js/app.js3
1 files changed, 3 insertions, 0 deletions
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);
+ }
}
};