mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 12:25:23 +00:00
Fix synchronization of seen/unseen status of msgs
This commit is contained in:
@@ -25,6 +25,8 @@ Bug fixes
|
||||
- fixed limitation of Sieve script size (#2745)
|
||||
- fixed sync-token generation when no change was returned (#2492)
|
||||
- fixed the IMAP copy/move operation between subfolders in different accounts
|
||||
- fixed synchronization of seen/unseen status of msgs in Webmail (#2715)
|
||||
- fixed focus of popup windows open through a contextual menu with Firefox on Windows 7
|
||||
|
||||
2.2.3 (2014-04-03)
|
||||
------------------
|
||||
|
||||
@@ -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