mozilla-1338795-regression.patch 602 B

123456789101112
  1. --- a/comm/mailnews/base/prefs/content/accountUtils.js 2020-04-04 22:28:38.105521722 +0200
  2. +++ b/comm/mailnews/base/prefs/content/accountUtils.js 2020-04-04 22:28:50.809027238 +0200
  3. @@ -488,7 +488,7 @@ function msgNewMailAccount(msgWindow, ok
  4. let existingWindow = Services.wm.getMostRecentWindow("mail:autoconfig");
  5. if (existingWindow) {
  6. existingWindow.focus();
  7. - } else if (AppConstants.MOZ_APP_NAME == "thunderbird") {
  8. + } else {
  9. // disabling modal for the time being, see 688273 REMOVEME
  10. window.openDialog(
  11. "chrome://messenger/content/accountcreation/emailWizard.xul",