vbenincasa
2009-10-03 e737a50a36d54cfd012e999f944b384640204e52
- Reapply r3004 undone in r3011

1 files modified
6 ■■■■ changed files
program/js/app.js 6 ●●●● patch | view | raw | blame | history
program/js/app.js
@@ -1629,15 +1629,15 @@
    // also send search request to get the right messages
    if (this.env.search_request)
      add_url += '&_search='+this.env.search_request;
    // set page=1 if changeing to another mailbox
    if (!page)
    if (!page  && this.env.mailbox != mbox)
      {
      page = 1;
      this.env.current_page = page;
      this.show_contentframe(false);
      }
    if (mbox != this.env.mailbox || (mbox == this.env.mailbox && !page && !sort))
      add_url += '&_refresh=1';