Roundcube Community Forum

Release Support => Pending Issues => Topic started by: encode on October 17, 2006, 11:49:59 PM

Title: New mail not showing in mail list
Post by: encode on October 17, 2006, 11:49:59 PM
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.
Title: Re: New mail not showing in mail list
Post by: Kees de Kooter on October 19, 2006, 10:06:57 AM
+1 on Fedora Core 5 + Dovecot
Title: Re: New mail not showing in mail list
Post by: toxygen on October 26, 2006, 01:45:10 AM
try to change

$rcmail_config['enable_caching'] = TRUE;

to

$rcmail_config['enable_caching'] = FALSE;
in main.inc.php
Title: Re: New mail not showing in mail list
Post by: encode on November 01, 2006, 05:03:14 PM
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 :)