fix 277620 compose window can't prompt for passwords, sr=mscott

git-svn-id: svn://10.0.0.236/trunk@167671 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bienvenu%nventure.com
2005-01-13 15:56:56 +00:00
parent 551fd48768
commit 5cb20cfbcd
2 changed files with 4 additions and 0 deletions

View File

@@ -1797,6 +1797,7 @@ function GenericSendMessage( msgType )
gSendOrSaveOperationInProgress = true;
}
msgWindow.SetDOMWindow(window);
msgWindow.rootDocShell.allowAuth = true;
gMsgCompose.SendMsg(msgType, getCurrentIdentity(), currentAccountKey, msgWindow, progress);
}
catch (ex) {