mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-29 10:17:35 +00:00
Fix synchronization of seen/unseen status of msgs
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user