diff options
author | thomascube <thomas@roundcube.net> | 2007-05-13 17:11:27 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-05-13 17:11:27 +0000 |
commit | 2e8a6118dec08e7f0e97257d3243fee6f3b87182 (patch) | |
tree | d34b29e488c7299a14a4ed152fe5de9583646379 /program/js/app.js | |
parent | cd639668477bbbbf44e2561b02c66c624a1376ab (diff) |
Fixed marking as read in preview pane (closes #1484364)
Diffstat (limited to 'program/js/app.js')
-rw-r--r-- | program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js index 5edef2c9f..125e44f9d 100644 --- a/program/js/app.js +++ b/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) |