Hey everyone,
I'm having a very odd problem. Whenever I get new mail (And only when I'm logged in at the same time) it looks as though I got two copies of the message. However I can only click on the top one. The second one simply doesn't click, and as soon as i read the message it will truncate to only one. There is some sort of visual flaw or browser incompatibility.
Here is just a little bit about my setup:
Ubuntu Server running 0.2beta (Just upgraded from 0.2alpha to see if it would fix it)
Firefox 3.0 on Mac
Does anyone have any ideas???
Old thread, same problem. Anyone have any idea?
It sounds like you have caching enabled.
Check you have the following in your /config/main.inc.php file
// 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'] = FALSE;
I did have caching enabled, disabled it but I'm still having the same problem. Are there any services I should be restarting?