Fix missing folder selection after other folder rename (and folder list reload)
This commit is contained in:
parent
f5e4ae99a3
commit
6665a06534
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue