alecpl
2010-04-20 c57689316780595f69bcff4ad334190bb428729a
- force mbox in check-recent (#1486629)


1 files modified
2 ■■■ changed files
program/js/app.js 2 ●●● patch | view | raw | blame | history
program/js/app.js
@@ -4854,7 +4854,7 @@
    if (this.busy)
      return;
    var addurl = '_t=' + (new Date().getTime());
    var addurl = '_t=' + (new Date().getTime()) + '&_mbox=' + urlencode(this.env.mailbox);
    if (refresh) {
      this.set_busy(true, 'checkingmail');