diff --git a/mozilla/mailnews/base/resources/content/commandglue.js b/mozilla/mailnews/base/resources/content/commandglue.js index eb86b8421ba..d1a61543957 100644 --- a/mozilla/mailnews/base/resources/content/commandglue.js +++ b/mozilla/mailnews/base/resources/content/commandglue.js @@ -98,7 +98,7 @@ function GetNewMessages() function MsgAccountManager() { dump('Opening account manager..\n'); - messenger.AccountManager(window); + window.openDialog("chrome://messenger/content/AccountManager.xul", "AccountManager", "chrome"); } function MsgSubscribe()