Bugfix for unread count in window title

release-0.6
thomascube 19 years ago
parent 4de243309a
commit 181798f913

@ -2681,7 +2681,7 @@ function rcube_webmail()
}
// 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;

Loading…
Cancel
Save