Fixed marking as read in preview pane (closes #1484364)

release-0.6
thomascube 17 years ago
parent cd63966847
commit 2e8a6118de

@ -4,6 +4,7 @@ CHANGELOG RoundCube Webmail
2007/05/13 (thomasb)
----------
- Updated Norwegian (bokmal), Czech, Danish and Portuguese (standard) translation
- Fixed marking as read in preview pane (closes #1484364)
2007/05/03 (yllar)

@ -170,7 +170,7 @@ function rcube_webmail()
{
this.enable_command('compose', 'add-contact', false);
parent.rcmail.show_contentframe(true);
parent.rcmail.mark_message('read', this.uid);
parent.rcmail.mark_message('read', this.env.uid);
}
if ((this.env.action=='show' || this.env.action=='preview') && this.env.blockedobjects)

Loading…
Cancel
Save