Fix synchronization of seen/unseen status of msgs

This commit is contained in:
Francis Lachapelle
2014-05-13 10:15:02 -04:00
parent fbc6856fd5
commit d58184af15
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ function openMessageWindow(msguid, url) {
var wId = '';
if (msguid) {
wId += "SOGo_msg" + Mailer.currentMailbox + "/" + msguid;
markMailReadInWindow(window, msguid);
mailListToggleMessagesRead($("row_" + msguid), true);
}
var msgWin = openMailComposeWindow(url, wId);