132032 - column settings for unread msg count in folder pane not followed - r=bhuvan, sr=sspitzer, a=asa

This commit is contained in:
shliang%netscape.com 2002-04-19 07:19:26 +00:00
parent 394848a46d
commit 413c8e917a

View File

@ -697,7 +697,7 @@ function OnLoadFolderPane()
var folderUnreadCol = document.getElementById("folderUnreadCol");
var hidden = folderUnreadCol.getAttribute("hidden");
if (!hidden)
if (hidden != "true")
{
var folderNameCell = document.getElementById("folderNameCell");
folderNameCell.setAttribute("label", "?folderTreeSimpleName");