Changeset 748 in subversion
- Timestamp:
- Aug 29, 2007 3:47:05 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
r677 r748 1 1 CHANGELOG RoundCube Webmail 2 2 --------------------------- 3 4 2007/08/29 (richs) 5 ---------- 6 - Fixed moving/deleting messages when more than 1 is selected 3 7 4 8 2007/08/15 (thomasb) -
trunk/roundcubemail/program/js/app.js
r740 r748 1096 1096 { 1097 1097 this.enable_command('reply', 'reply-all', 'forward', false); 1098 this.enable_command('show', 'delete', 'moveto', selected); 1098 this.enable_command('show', selected); 1099 this.enable_command('delete', 'moveto', (list.selection.length > 0 ? true : false)); 1099 1100 } 1100 1101 else 1101 1102 { 1102 this.enable_command('show', 'reply', 'reply-all', 'forward', 'print', 'delete', 'moveto', selected); 1103 this.enable_command('show', 'reply', 'reply-all', 'forward', 'print', selected); 1104 this.enable_command('delete', 'moveto', (list.selection.length > 0 ? true : false)); 1103 1105 } 1104 1106
Note: See TracChangeset
for help on using the changeset viewer.
