Roundcube Community Forum

Release Support => Pending Issues => Topic started by: diosim on June 03, 2011, 07:02:49 AM

Title: Limit email loading
Post by: diosim on June 03, 2011, 07:02:49 AM
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.
Title: Limit email loading
Post by: SKaero on June 03, 2011, 07:45:15 AM
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'].
Title: Limit email loading
Post by: diosim on June 03, 2011, 11:18:12 AM
Quote from: skaero;35136
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'].

 
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 ?