Author Topic: Limit email loading  (Read 2667 times)

Offline diosim

  • Newbie
  • *
  • Posts: 7
Limit email loading
« 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.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Limit email loading
« Reply #1 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'].

Offline diosim

  • Newbie
  • *
  • Posts: 7
Limit email loading
« Reply #2 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 ?