Changeset 3014548 in github
- Timestamp:
- Aug 29, 2007 3:47:05 PM (6 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 63f9d3c0
- Parents:
- db401bf
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r6b603da r3014548 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) -
program/js/app.js
r234c0d0 r3014548 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.
