- Fix expanding folders during drag&drop (#1488260)
| | |
| | | CHANGELOG Roundcube Webmail |
| | | =========================== |
| | | |
| | | - Fix expanding folders during drag&drop (#1488260) |
| | | - Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL instead |
| | | - Add option to set default font for HTML message (#1484137) |
| | | - Fix issues with big memory allocation of IMAP results |
| | |
| | | if (this.folder_auto_timer) |
| | | window.clearTimeout(this.folder_auto_timer); |
| | | |
| | | this.folder_auto_expand = k; |
| | | this.folder_auto_expand = this.env.mailboxes[k].id; |
| | | this.folder_auto_timer = window.setTimeout(function() { |
| | | rcmail.command('collapse-folder', rcmail.folder_auto_expand); |
| | | rcmail.drag_start(null); |