Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Options->Display->Messages to display per page

Quote Reply
Options->Display->Messages to display per page
Just tried (online demo) to set this option - "Options->Display->Messages to display per page" to something else than 25 and it seem not working.

Quote Reply
Re: Options->Display->Messages to display per page In reply to
Hi,

Fixed this problem. It was due to folder preferences overriding defaults. If you goto Folders->Edit and select a folder, you'll see you can set per folder how many messages to display. The per-folder limit was overridding what you set.

We'll fix this in the next release.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Still not working In reply to
Alex, this setting is still not working.
It stays 25 and cannot be changed.

Quote Reply
Re: Still not working In reply to
i got the same problem. And if you use 10 instead of 25, it will also don't save the value.

Quote Reply
Re: Still not working In reply to
Hi,

It was a bug in the Options/Display.pm form checking. o fix change around line 24 from:
msgs_per_page => [ '[1-9]+', 4 ],
to:
msgs_per_page => [ '\d+', 4 ],

This is will updated on 2.01 due out in the next couple of days.

Cheers,

Scott


Quote Reply
Nope, no difference In reply to
In fact, now I can change the number, but it does not affect the appearence of the messages. They keep their default number (25).

Please fix this.

Thank you.

Quote Reply
Re: Nope, no difference In reply to
Hi,

You can override that value on a "per folder" basis. Check to make sure that you haven't overriden it by going to Folders->Edit Folders, and edit the folder you are having problems with.

Cheers,

Alex

--
Gossamer Threads Inc.