From 63a189a66ba7a6e3fc927fe12f272792c6fe3302 Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 29 Dec 2010 08:18:24 +0000 Subject: - Fallback to INBOX if this.env.mailbox is not specified in list_mailbox() git-svn-id: https://svn.roundcube.net/trunk@4378 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index fe0a75ac5..868919cbd 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -1917,7 +1917,7 @@ function rcube_webmail() var url = '', target = window; if (!mbox) - mbox = this.env.mailbox; + mbox = this.env.mailbox ? this.env.mailbox : 'INBOX'; if (add_url) url += add_url; -- cgit v1.2.3