summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
+ }
}
};