Roundcube Community Forum

 

New Version - InBox Error

Started by Consumer Way, August 10, 2006, 09:00:34 AM

Previous topic - Next topic

Consumer Way

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,

bpat1434

This is a small bug. It has been there since 0.1beta1. If you turn caching off, it will work as expected.
 
 

Consumer Way

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

fardin

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 :-\

fardin

any one help me plz im new here ???

marin

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 :)