Changeset 08c0073 in github


Ignore:
Timestamp:
Nov 21, 2006 3:22:29 AM (7 years ago)
Author:
svncommit <devs@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
cf87c1f
Parents:
31c1718
Message:

Enable purge command in Junk folder.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/js/app.js

    r31c1718 r08c0073  
    31563156      case 'list': 
    31573157        if (this.env.messagecount) 
    3158           this.enable_command('purge', (this.env.mailbox==this.env.trash_mailbox)); 
     3158          this.enable_command('purge', (this.env.mailbox==this.env.trash_mailbox || this.env.mailbox==this.env.junk_mailbox)); 
    31593159 
    31603160      case 'expunge': 
Note: See TracChangeset for help on using the changeset viewer.