Changeset 164c7d4 in github
- Timestamp:
- Apr 2, 2008 12:26:58 PM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- c5097c6
- Parents:
- d7c226c
- File:
-
- 1 edited
-
program/js/app.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/js/app.js
r1affe9e3 r164c7d4 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.
