Changeset 1299 in subversion


Ignore:
Timestamp:
Apr 14, 2008 5:38:36 AM (5 years ago)
Author:
thomasb
Message:

Always check for recent if a mailbox list is available

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/js/app.js

    r1294 r1299  
    356356  this.start_keepalive = function() 
    357357    { 
    358     if (this.env.keep_alive && !this.env.framed && this.task=='mail' && this.gui_objects.messagelist) 
     358    if (this.env.keep_alive && !this.env.framed && this.task=='mail' && this.gui_objects.mailboxlist) 
    359359      this._int = setInterval(function(){ ref.check_for_recent(); }, this.env.keep_alive * 1000); 
    360360    else if (this.env.keep_alive && !this.env.framed && this.task!='login') 
Note: See TracChangeset for help on using the changeset viewer.