From 037ec19576dcc6ad2eb44f147af3611de9b8e034 Mon Sep 17 00:00:00 2001 From: alec Date: Tue, 20 Apr 2010 12:25:58 +0000 Subject: - force mbox in check-recent (#1486629) git-svn-id: https://svn.roundcube.net/trunk@3512 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program') 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'); -- cgit v1.2.3