Author Topic: New mail not showing in mail list  (Read 3310 times)

Offline encode

  • Newbie
  • *
  • Posts: 8
New mail not showing in mail list
« 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.

Offline Kees de Kooter

  • Newbie
  • *
  • Posts: 1
Re: New mail not showing in mail list
« Reply #1 on: October 19, 2006, 10:06:57 AM »
+1 on Fedora Core 5 + Dovecot

Offline toxygen

  • Jr. Member
  • **
  • Posts: 16
Re: New mail not showing in mail list
« Reply #2 on: October 26, 2006, 01:45:10 AM »
try to change

Code: [Select]
$rcmail_config['enable_caching'] = TRUE;

to

Code: [Select]
$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

Offline encode

  • Newbie
  • *
  • Posts: 8
Re: New mail not showing in mail list
« Reply #3 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 :)