mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 00:50:40 +00:00
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:
parent
1a0346af42
commit
f257ece829
@ -712,8 +712,10 @@ function FolderPaneSelectionChange()
|
||||
ClearThreadPane();
|
||||
}
|
||||
|
||||
if (!gAccountCentralLoaded)
|
||||
ClearMessagePane();
|
||||
if (gAccountCentralLoaded)
|
||||
UpdateMailToolbar("gAccountCentralLoaded");
|
||||
else
|
||||
ClearMessagePane();
|
||||
|
||||
if (gDisplayStartupPage)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user