diff options
author | alecpl <alec@alec.pl> | 2011-12-19 07:42:10 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-12-19 07:42:10 +0000 |
commit | 89dc8499c3e51d426f685ff70e4e878d992ad2c7 (patch) | |
tree | 4dba3e4d63bb83075a8e38460e590fee2fa069ea /program | |
parent | e8b2579865e90068658182074d2ea73bafbda3d2 (diff) |
- Applied fixes from trunk up to r5628
Diffstat (limited to 'program')
-rw-r--r-- | program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js index 76ea145fe..e1c436263 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -1360,7 +1360,7 @@ function rcube_webmail() 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); |