From 6665a065349150c67eb2b67283fcd93d41f34a20 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 19 Oct 2018 10:35:22 +0200 Subject: [PATCH] Fix missing folder selection after other folder rename (and folder list reload) --- plugins/kolab_files/kolab_files.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/kolab_files/kolab_files.js b/plugins/kolab_files/kolab_files.js index 35304ac7..a0729a32 100644 --- a/plugins/kolab_files/kolab_files.js +++ b/plugins/kolab_files/kolab_files.js @@ -2285,7 +2285,7 @@ function kolab_files_ui() if (response.result.auth_errors && response.result.auth_errors.length) this.env.folder = this.env.collection = null; else if (this.env.folder) - rcmail.folder_list.select(folder); + rcmail.folder_list.select(this.env.folder); else if (this.env.collection) rcmail.folder_list.select('folder-collection-' + this.env.collection); else if (folder = this.env.init_folder) {