Changeset 191667e in github


Ignore:
Timestamp:
Feb 16, 2007 2:39:49 PM (6 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
c768b3a
Parents:
b3ce791
Message:

Don't attempt to clear message list if it doesn't exist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/js/app.js

    r068f6a49 r191667e  
    12271227      add_url += '&_refresh=1'; 
    12281228      this.env.current_page = page; 
    1229       this.message_list.clear_selection(); 
    12301229      this.show_messageframe(false); 
    12311230      } 
     
    12401239    if (this.gui_objects.messagelist) 
    12411240      { 
     1241      if (mbox != this.env.mailbox) 
     1242        this.message_list.clear_selection(); 
    12421243      this.list_mailbox_remote(mbox, page, add_url); 
    12431244      return; 
Note: See TracChangeset for help on using the changeset viewer.