when setting a charset don't reload the message...we do this already

in messenger.SetDocumentCharset
This commit is contained in:
mscott%netscape.com 2000-05-16 00:21:02 +00:00
Родитель dfb3ebf8fd
Коммит 19bb1e9f96
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -39,7 +39,9 @@ function MessengerSetDefaultCharacterSet(aCharset)
var folderResource = GetSelectedFolderResource();
SetFolderCharset(folderResource, aCharset);
RefreshThreadTreeView();
MsgReload();
// DO NOT try to reload the message here. we do this automatically now in
// messenger.SetDocumentCharset. You'll just break things and reak havoc
// if you call MsgReload() here...
}
function PrintPreview() {