Changeset 554 in subversion
- Timestamp:
- May 13, 2007 1:11:27 PM (6 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r553 r554 5 5 ---------- 6 6 - Updated Norwegian (bokmal), Czech, Danish and Portuguese (standard) translation 7 - Fixed marking as read in preview pane (closes #1484364) 7 8 8 9 -
trunk/roundcubemail/program/js/app.js
r545 r554 171 171 this.enable_command('compose', 'add-contact', false); 172 172 parent.rcmail.show_contentframe(true); 173 parent.rcmail.mark_message('read', this. uid);173 parent.rcmail.mark_message('read', this.env.uid); 174 174 } 175 175
Note: See TracChangeset
for help on using the changeset viewer.
