> Tomasz-13 wrote:
>>
>> Hello,
>>
>> Is there a way to disable "Show all" option?
>>
> functions/mailbox_display.php
> get_paginator_str() function
> find lines with
>
> /* If necessary, compute the 'show all' string. */
> if (($prv_str != '') || ($nxt_str != '')) {
>
> and add $
Tomasz-13 wrote:
>
> Hello,
>
> Is there a way to disable "Show all" option?
>
functions/mailbox_display.php
get_paginator_str() function
find lines with
/* If necessary, compute the 'show all' string. */
if (($prv_str != '') || ($nxt_str != '')) {
and add $num_msgs variable test
Hello,
Is there a way to disable "Show all" option?
Why? Because when I have a lot of emails in my inbox I can not
display them(browser saves right_main.php to disk)
I know it depends on php configuration(memory limit,max_execution_time
etc).
I would like to limit displaying messages, so that, use