On Thu, 27 Apr 2006 10:37:53 +0200, Colin Alston <[EMAIL PROTECTED]> wrote:
> Hi
> 
> I have this weird issue with my installation of RoundCube. It may very
> well have already been fixed, so just LART me if its a known issue.
> 
> What happens is with Courier-IMAP when one someone logs into
> RoundCube, it takes them to their Inbox but they do not see any new
> mail. If you open any other folder, and then return to your inbox then
> all is well, but this is leading other people to a bit of confusion.
> 
> 
> --
> Colin Alston <[EMAIL PROTECTED]>
> http://www.karnaugh.za.net/
> 
> "There have been hacker forums where, out of some misguided sense of
> hyper-courtesy, participants are banned from posting any fault-finding
> with another's posts, and told ''Don't say anything if you're
> unwilling to help the user.'' The resulting departure of clueful
> participants to elsewhere causes them to descend into meaningless
> babble and become useless as technical forums." - Eric Steven Raymond

Hi,

try to disable the caching of messages in main.inc.php
$rcmail_config['enable_caching'] = FALSE;

and set the lifetime of message cache to a smal value
$rcmail_config['message_cache_lifetime'] = '5s';

Greetings
Thomas




Reply via email to