Bug 332771, delayed S/Mime verification broken when message opened in separate window

r/sr=mscott
This commit is contained in:
kaie%kuix.de 2007-04-24 16:06:39 +00:00
Родитель b00c64d03f
Коммит f6a532d681
3 изменённых файлов: 1 добавлений и 11 удалений

Просмотреть файл

@ -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();
} }
} }
} }