Roundcube Community Forum

 

[0.5.1] Message List Pane desyncs with Preview Pane

Started by cam815, February 22, 2011, 07:38:30 PM

Previous topic - Next topic

cam815

Using the current version of RoundCube, I'm having an issue where if I delete messages from my Message List in the top window pane, the Preview Pane shows a different message than the one I click on in the top list afterwards.

For example:

If my Message List initially shows:

Message 1 ----
Message 2 ----
Message 3 ----
Message 4 ----

They all load the correct message in the Preview Pane. However, if I delete Message 3, the Preview Pane now shows the following when I click on each message:

Message 1 ---- (Red Error Message: Could not load message from server)
Message 2 ---- (Incorrectly shows Message 1)
Message 4 ---- (Correctly shows Message 4)

It's as if the Preview Pane is still working off of the list BEFORE the deletion was made. Reloading the entire page seems to resolve the issue. I've tested this in every OS X Browser I have (Safari, Firefox, Chrome, and Opera). Anyone have any ideas?


rosali

Works for me. Does your IMAP server backend return valid UID's or just message indexes?

You can check it by enabling IMAP logging in main.inc.php:

[25-Feb-2011 06:46:02 +0100]: C: A0005 SELECT INBOX
[25-Feb-2011 06:46:02 +0100]: S: * 177 EXISTS
[25-Feb-2011 06:46:02 +0100]: S: * 0 RECENT
[25-Feb-2011 06:46:02 +0100]: S: * FLAGS (\Deleted \Seen \Draft \Answered \Flagged)
[25-Feb-2011 06:46:02 +0100]: S: * OK [UIDVALIDITY 1251789305]
[25-Feb-2011 06:46:02 +0100]: S: * OK [UNSEEN 5569]
[25-Feb-2011 06:46:02 +0100]: S: * OK [UIDNEXT 6399]
[25-Feb-2011 06:46:02 +0100]: S: * OK [PERMANENTFLAGS (\Deleted \Seen \Draft \Answered \Flagged)]
Regards,
Rosali