Re: [SM-USERS] How to disable "Show all messages" option

2008-11-13 Thread Tomasz
> 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 $

Re: [SM-USERS] How to disable "Show all messages" option

2008-11-13 Thread Tomas Kuliavas
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

[SM-USERS] How to disable "Show all messages" option

2008-11-11 Thread Tomasz
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