This patch did't work for me. :-(
On Sat, 13 May 2006 17:51:19 -0400 (EDT), Jon Daley roundcube@jon.limedaley.com wrote:
Here is the correct patch for the folders not displaying correctly. The problem is the content-type parser wasn't expecting a "; charset=UTF-8" and so wasn't ever executing the remote javascript.
I am not registered on the forums, but perhaps this should be posted there too.
Index: js/app.js
--- js/app.js (revision 1631) +++ js/app.js (working copy) @@ -3012,8 +3012,11 @@ this.http_response = function(request_obj) { var ctype = request_obj.get_header('Content-Type');