Changeset 1237 in subversion
- Timestamp:
- Apr 2, 2008 12:26:58 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/js/app.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/app.js
r1230 r1237 203 203 204 204 if (this.env.messagecount) 205 this.enable_command('select-all', 'select-none', ' sort', 'expunge', true);205 this.enable_command('select-all', 'select-none', 'expunge', true); 206 206 207 207 if (this.env.messagecount && (this.env.mailbox==this.env.trash_mailbox || this.env.mailbox==this.env.junk_mailbox)) … … 3501 3501 case 'list': 3502 3502 if (this.env.messagecount) 3503 this.enable_command('purge', (this.env.mailbox==this.env.trash_mailbox || this.env.mailbox==this.env.junk_mailbox)); 3504 this.msglist_select(this.message_list); 3503 this.enable_command('purge', (this.env.mailbox==this.env.trash_mailbox || this.env.mailbox==this.env.junk_mailbox)); 3504 3505 this.enable_command('sort', (this.env.messagecount > 0)); 3506 this.msglist_select(this.message_list); 3505 3507 3506 3508 case 'expunge':
Note: See TracChangeset
for help on using the changeset viewer.
