thomascube
2006-02-19 181798f913b5e4c58b67f78801819638c960ab06
program/js/app.js
@@ -2681,7 +2681,7 @@
      }
    // set unread count to window title
    if (set_title && document.title)
    if ((set_title || mbox==this.env.mailbox) && document.title)
      {
      var doc_title = String(document.title);
      reg = /^\([0-9]+\)\s+/i;