Roundcube Community Forum

 

New mail not showing in mail list

Started by encode, October 17, 2006, 11:49:59 PM

Previous topic - Next topic

encode

I'm using beta2 on a linux server, with a dovecot IMAP server.

When I get a new email, although the counter next to the folder name changes, the only way i can get the email to display in the list is to change from the current folder to another, then back again.

Is anyone else having this problem? Is there any thing I can do to fix it?

Thanks.

Kees de Kooter


toxygen

try to change

$rcmail_config['enable_caching'] = TRUE;

to

$rcmail_config['enable_caching'] = FALSE;
in main.inc.php
A right is not what someone gives you; it's what no one can take from you.
                -- Ramsey Clark

encode

Ahh...I thought I had replied to this post...obviously not.

Yes, I figured out the problem was due to caching - disable caching and it works :)