diff --git a/mozilla/mailnews/compose/resources/content/MsgComposeCommands.js b/mozilla/mailnews/compose/resources/content/MsgComposeCommands.js index fbefef898ca..9f3eb5c7e65 100644 --- a/mozilla/mailnews/compose/resources/content/MsgComposeCommands.js +++ b/mozilla/mailnews/compose/resources/content/MsgComposeCommands.js @@ -242,8 +242,14 @@ function ComposeStartup() function MsgAccountWizard() { + var result = {refresh: false}; + window.openDialog("chrome://messenger/content/AccountWizard.xul", "AccountWizard", "chrome,modal", result); + + if (result.refresh) { + dump("anything to refresh here?\n"); + } } function MigratePrefsIfNecessary()