How to increase the number of mails shown in a page?

Issue #330 resolved
Sachin Acharya created an issue

Hi,

I would like to know if there is a way to increase the number of mails displayed in one page. The max is 50. Is it possible to keep it more than that?

Comments (4)

  1. Janos SUTO repo owner

    This is the default paging options. You may override it in config-site.php

    $paging = array( 10, 20, 30, 50 );

  2. Sachin Acharya reporter

    I set it to

    $paging = array( 100, 200, 300, 500, 1000 );

    And selected 200, but it wont show more than 100.

  3. Log in to comment