diff options
author | alecpl <alec@alec.pl> | 2010-04-20 12:25:58 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-04-20 12:25:58 +0000 |
commit | c57689316780595f69bcff4ad334190bb428729a (patch) | |
tree | f4a928e8028d135ed2b8060de11a4afd93f13626 /program/js/app.js | |
parent | 46a13859743fd15ed7fb56cfdf6971024e1e622a (diff) |
- force mbox in check-recent (#1486629)
Diffstat (limited to 'program/js/app.js')
-rw-r--r-- | program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js index 1358c36e0..64fdc89b4 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -4854,7 +4854,7 @@ function rcube_webmail() 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'); |