Aleksander Machniak
2013-10-17 197203727417a03d87053a47e5aa5175a76e3e0b
skins/default/functions.js
@@ -590,7 +590,7 @@
  var list = $('#mailboxlist > li a, #mailboxlist ul:visible > li a');
  // it's too slow with really big number of folders, especially on IE
  if (list.length > 500 * (bw.ie ? 0.2 : 1))
  if (list.length > (bw.ie ? 25 : 100))
    return;
  list.each(function(){