thomascube
2008-02-05 a02d486cc8988ad367cd635f4929ce707ec6f542
program/js/app.js
@@ -3495,10 +3495,7 @@
  this.check_for_recent = function()
    {
    if (this.busy)
      {
      this.send_keep_alive();
      return;
      }
    this.set_busy(true, 'checkingmail');
    this.http_request('check-recent', (this.env.search_request ? '_search='+this.env.search_request+'&' : '') + '_t='+(new Date().getTime()), true);