Changeset 554 in subversion


Ignore:
Timestamp:
May 13, 2007 1:11:27 PM (6 years ago)
Author:
thomasb
Message:

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

Location:
trunk/roundcubemail
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/CHANGELOG

    r553 r554  
    55---------- 
    66- Updated Norwegian (bokmal), Czech, Danish and Portuguese (standard) translation 
     7- Fixed marking as read in preview pane (closes #1484364) 
    78 
    89 
  • trunk/roundcubemail/program/js/app.js

    r545 r554  
    171171          this.enable_command('compose', 'add-contact', false); 
    172172          parent.rcmail.show_contentframe(true); 
    173           parent.rcmail.mark_message('read', this.uid); 
     173          parent.rcmail.mark_message('read', this.env.uid); 
    174174          } 
    175175 
Note: See TracChangeset for help on using the changeset viewer.