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,
This is a small bug. It has been there since 0.1beta1. If you turn caching off, it will work as expected.
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
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 :-\
any one help me plz im new here ???
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 :)