From e50864386b0b6f92f05fb1e1e78bb3e27b009cbd Mon Sep 17 00:00:00 2001 From: thomasb Date: Sun, 13 May 2007 17:11:27 +0000 Subject: Fixed marking as read in preview pane (closes #1484364) git-svn-id: https://svn.roundcube.net/trunk@554 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program') diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 5edef2c9f..125e44f9d 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -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) -- cgit v1.2.3