Roundcube Community Forum

 

Limit email loading

Started by diosim, June 03, 2011, 07:02:49 AM

Previous topic - Next topic

diosim

Hello,

In my company, some users have about 4000 mails in box, when they acces to their account the loading is really long,

I wonder, if i can limit the email loading or cache, for exemple instead of loading 4000 mails, we can load only the last 1000 mail inbox.

Thanks.

SKaero

You can set how many messages load on a page by setting $rcmail_config['pagesize'] in /config/main.inc.php and if you don't want to let users change it you can add it to $rcmail_config['dont_override'].

diosim

Quote from: skaero;35136You can set how many messages load on a page by setting $rcmail_config['pagesize'] in /config/main.inc.php and if you don't want to let users change it you can add it to $rcmail_config['dont_override'].

Tks skaero but, it's not the good solution, in fact, roundcube load all email (normal), but is there an option to limit (quotat) email loading ?