Hello there,
Whilst I am using Roundcube 0.3 I noticed that some of my users can't get there New mail directly by Roundcube.
Meaning: I log in @ roundcube with user X ; user Y sends a message to X ; user X doesnt get a new mail message displayed in Roundcube.
Refreshing (F5), using the New Mail button, it all just doesnt work. Loggin out / in does work.
Ofcourse I've tested this with some other mailclients like Thunderbird / Squirrel and they displayed the message immediately (after being received ofcourse)
Any Suggestions/hints?
I was just about to post the same message, but when I go into personal preferences then back to email new emails are shown.
I've just found this
http://trac.roundcube.net/ticket/1486106
make sure you dont have any other mail client like TBird or Squirrel open while you have RC open.
If I change the config file to $rcmail_config['enable_caching'] = FALSE;
this seems to have corrected the issue.
Quote from: strictlydata;21167If I change the config file to $rcmail_config['enable_caching'] = FALSE;
this seems to have corrected the issue.
I can confirm that, this works!
Strange, since I never changed that option in the previous release.. But it works!:)