Roundcube Community Forum

 

Two copies show up in inbox

Started by bswinnerton, October 21, 2008, 12:00:30 AM

Previous topic - Next topic

bswinnerton

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

bswinnerton


bswinnerton

Old thread, same problem. Anyone have any idea?

dshepherd

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;

bswinnerton

I did have caching enabled, disabled it but I'm still having the same problem. Are there any services I should be restarting?