summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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');