Changeset 164c7d4 in github


Ignore:
Timestamp:
Apr 2, 2008 12:26:58 PM (5 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
c5097c6
Parents:
d7c226c
Message:

#1484317

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/js/app.js

    r1affe9e3 r164c7d4  
    203203 
    204204        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); 
    206206 
    207207        if (this.env.messagecount && (this.env.mailbox==this.env.trash_mailbox || this.env.mailbox==this.env.junk_mailbox)) 
     
    35013501      case 'list': 
    35023502        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); 
    35053507 
    35063508      case 'expunge': 
Note: See TracChangeset for help on using the changeset viewer.