alecpl
2010-12-29 4da0bee2f8e442ce4b641e185c0296c326f9041d
- Fallback to INBOX if this.env.mailbox is not specified in list_mailbox()


1 files modified
2 ■■■ changed files
program/js/app.js 2 ●●● patch | view | raw | blame | history
program/js/app.js
@@ -1917,7 +1917,7 @@
    var url = '', target = window;
    if (!mbox)
      mbox = this.env.mailbox;
      mbox = this.env.mailbox ? this.env.mailbox : 'INBOX';
    if (add_url)
      url += add_url;