diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-20 12:25:58 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-20 12:25:58 +0000 |
| commit | 037ec19576dcc6ad2eb44f147af3611de9b8e034 (patch) | |
| tree | 4f0311088f88f10ccdaabc8e8b95939dd96efe7c | |
| parent | 81322fc33f2827c09060f5a59588479f3a3717b9 (diff) | |
- force mbox in check-recent (#1486629)
git-svn-id: https://svn.roundcube.net/trunk@3512 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 1358c36e0..64fdc89b4 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/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'); |
