diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-05-13 17:11:27 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-05-13 17:11:27 +0000 |
| commit | e50864386b0b6f92f05fb1e1e78bb3e27b009cbd (patch) | |
| tree | 2cb0953f28148ece2a026b479c75f3eb57f4ef2f /roundcubemail/program | |
| parent | a13aabc82b2001006f94615c97037dbb7e850f42 (diff) | |
Fixed marking as read in preview pane (closes #1484364)
git-svn-id: https://svn.roundcube.net/trunk@554 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
