summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-04-20 12:25:58 +0000
committeralecpl <alec@alec.pl>2010-04-20 12:25:58 +0000
commitc57689316780595f69bcff4ad334190bb428729a (patch)
treef4a928e8028d135ed2b8060de11a4afd93f13626
parent46a13859743fd15ed7fb56cfdf6971024e1e622a (diff)
- force mbox in check-recent (#1486629)
-rw-r--r--program/js/app.js2
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');