fix for #92393. get msgs toolbar button (and menu item) disabled until you select a folder

if you don't have it set to "check for new messages" on startup.  r/sr=bienvenu
This commit is contained in:
sspitzer%netscape.com 2001-11-16 06:41:42 +00:00
parent 1a0346af42
commit f257ece829

View File

@ -712,8 +712,10 @@ function FolderPaneSelectionChange()
ClearThreadPane();
}
if (!gAccountCentralLoaded)
ClearMessagePane();
if (gAccountCentralLoaded)
UpdateMailToolbar("gAccountCentralLoaded");
else
ClearMessagePane();
if (gDisplayStartupPage)
{