Fix for bug 119279. Force mailnews to reload the page after user turns on the auto detector. r=nhotta,sr=alecf.

git-svn-id: svn://10.0.0.236/trunk@112766 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rchen%netscape.com
2002-01-24 23:32:42 +00:00
parent 36b246735d
commit 0a59ba4156

View File

@@ -25,7 +25,7 @@ function MailMultiplexHandler(event)
var name = node.getAttribute('name');
if (name == 'detectorGroup') {
SelectDetector(event, false);
SelectDetector(event, true);
} else if (name == 'charsetGroup') {
var charset = node.getAttribute('id');
charset = charset.substring('charset.'.length, charset.length)