mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-02-20 01:21:20 +01:00
Allow get_folder_li() for folder sorting
This commit is contained in:
@@ -8969,7 +8969,7 @@ function rcube_webmail() {
|
||||
prefix = 'rcmli';
|
||||
}
|
||||
|
||||
if (this.gui_objects.folderlist) {
|
||||
if (this.gui_objects.folderlist || this.gui_objects.subscriptionlist) {
|
||||
name = this.html_identifier(name, encode);
|
||||
return document.getElementById(prefix + name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user