Roundcube Community Forum

Recycle Bin => Recycle Bin => Topic started by: Consumer Way on August 10, 2006, 09:00:34 AM

Title: New Version - InBox Error
Post by: Consumer Way on August 10, 2006, 09:00:34 AM
I have uploaded the very latest version and all is great. However, when I get a mail, my inbox in the navigation shows i have (1) new message and the title bar also updates.

However, my inbox does not reload to show the new mail, I need to reload the page or navigate away and then back to inbox to show this message.

Is it a bug? Or did I miss a setting?

Thanks,
Title: Re: New Version - InBox Error
Post by: bpat1434 on August 10, 2006, 09:08:47 AM
This is a small bug. It has been there since 0.1beta1. If you turn caching off, it will work as expected.
Title: Re: New Version - InBox Error
Post by: Consumer Way on August 10, 2006, 09:11:06 AM
Quote from: Brett
This is a small bug. It has been there since 0.1beta1. If you turn caching off, it will work as expected.

Phew - thought it was me - thanks i'll turn it off :D
Title: Re: New Version - InBox Error
Post by: fardin on August 16, 2006, 02:34:44 AM
Quote from: Brett
This is a small bug. It has been there since 0.1beta1. If you turn caching off, it will work as expected.

Hello there.
 i don't understand how to turn "caching off" help me please i have the same problem :-\
Title: Re: New Version - InBox Error
Post by: fardin on August 16, 2006, 02:38:38 AM
any one help me plz im new here ???
Title: Re: New Version - InBox Error
Post by: marin on August 16, 2006, 03:03:34 AM
Find this in config/main.inc.php

// enable caching of messages and mailbox data in the local database.
// this is recommended if the IMAP server does not run on the same machine
$rcmail_config['enable_caching'] = TRUE;

and change it to FALSE :)