fix for #72265. update the unread / total counter in the bottom right of the 3 pane.

sr=bienvenu
This commit is contained in:
sspitzer%netscape.com 2001-03-21 10:13:12 +00:00
parent 050041f52f
commit 031366d02d

View File

@ -66,9 +66,6 @@ var folderListener = {
OnItemIntPropertyChanged: function(item, property, oldValue, newValue)
{
// fix me!!!
/*
var currentLoadedFolder = GetThreadPaneFolder();
var currentURI = currentLoadedFolder.URI;
@ -92,7 +89,6 @@ var folderListener = {
}
}
}
*/
},
OnItemBoolPropertyChanged: function(item, property, oldValue, newValue) {},