Fixed bug #1104 : subject is used as title always

When the windows were opened, subject was not used as title.
This commit is contained in:
Luc Charland
2012-09-26 11:28:18 -04:00
parent bc4e281e0f
commit 96a035a4ca
3 changed files with 11 additions and 1 deletions
@@ -16,6 +16,10 @@ function initPopupMailer(event) {
window.messageUID = mailboxName + "/" + messageName;
handleReturnReceipt();
var td = $("subject");
if (td)
document.title = td.allTextContent();
}
function onICalendarButtonClick(event) {