From 4ce9d74a861f9e0bab48c16e1a18cbcea277ddbb Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Tue, 7 Apr 2020 18:27:21 +0200 Subject: nonprism/icedove: updated to 68.6 --- nonprism/icedove/mozilla-1338795-regression.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 nonprism/icedove/mozilla-1338795-regression.patch (limited to 'nonprism/icedove/mozilla-1338795-regression.patch') diff --git a/nonprism/icedove/mozilla-1338795-regression.patch b/nonprism/icedove/mozilla-1338795-regression.patch new file mode 100644 index 000000000..2c8cf2112 --- /dev/null +++ b/nonprism/icedove/mozilla-1338795-regression.patch @@ -0,0 +1,11 @@ +--- a/comm/mailnews/base/prefs/content/accountUtils.js 2020-04-04 22:28:38.105521722 +0200 ++++ b/comm/mailnews/base/prefs/content/accountUtils.js 2020-04-04 22:28:50.809027238 +0200 +@@ -488,7 +488,7 @@ function msgNewMailAccount(msgWindow, ok + let existingWindow = Services.wm.getMostRecentWindow("mail:autoconfig"); + if (existingWindow) { + existingWindow.focus(); +- } else if (AppConstants.MOZ_APP_NAME == "thunderbird") { ++ } else { + // disabling modal for the time being, see 688273 REMOVEME + window.openDialog( + "chrome://messenger/content/accountcreation/emailWizard.xul", -- cgit v1.2.3