зеркало из https://github.com/mozilla/pjs.git
Bug 332771, delayed S/Mime verification broken when message opened in separate window
r/sr=mscott
This commit is contained in:
Родитель
b00c64d03f
Коммит
f6a532d681
|
@ -1714,11 +1714,6 @@ function SelectMessage(messageUri)
|
||||||
gDBView.selectMsgByKey(msgHdr.messageKey);
|
gDBView.selectMsgByKey(msgHdr.messageKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
function ReloadWithAllParts()
|
|
||||||
{
|
|
||||||
gDBView.reloadMessageWithAllParts();
|
|
||||||
}
|
|
||||||
|
|
||||||
function ReloadMessage()
|
function ReloadMessage()
|
||||||
{
|
{
|
||||||
gDBView.reloadMessage();
|
gDBView.reloadMessage();
|
||||||
|
|
|
@ -1497,11 +1497,6 @@ function SelectMessage(messageUri)
|
||||||
gDBView.selectMsgByKey(msgHdr.messageKey);
|
gDBView.selectMsgByKey(msgHdr.messageKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
function ReloadWithAllParts()
|
|
||||||
{
|
|
||||||
gDBView.reloadMessageWithAllParts();
|
|
||||||
}
|
|
||||||
|
|
||||||
function ReloadMessage()
|
function ReloadMessage()
|
||||||
{
|
{
|
||||||
gDBView.reloadMessage();
|
gDBView.reloadMessage();
|
||||||
|
|
|
@ -68,7 +68,7 @@ function showImapSignatureUnknown()
|
||||||
if (promptService.confirm(window,
|
if (promptService.confirm(window,
|
||||||
gBrandBundle.getString("brandShortName"),
|
gBrandBundle.getString("brandShortName"),
|
||||||
gBundle.getString("ImapOnDemand"))) {
|
gBundle.getString("ImapOnDemand"))) {
|
||||||
ReloadWithAllParts();
|
gDBView.reloadMessageWithAllParts();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче