summaryrefslogtreecommitdiff
path: root/libre/icedove/mozilla-1338795-regression.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2020-04-06 14:12:41 +0200
committerAndreas Grapentin <andreas@grapentin.org>2020-04-06 14:12:41 +0200
commitae6dbb32b1c79b2fa409246a8b80585a52f6f1fe (patch)
tree70edf27970d4003805642664ba13ab949bab092d /libre/icedove/mozilla-1338795-regression.patch
parentcaf622b3707ea4de9391eff28dd496977449b3e7 (diff)
downloadabslibre-ae6dbb32b1c79b2fa409246a8b80585a52f6f1fe.tar.gz
abslibre-ae6dbb32b1c79b2fa409246a8b80585a52f6f1fe.tar.bz2
abslibre-ae6dbb32b1c79b2fa409246a8b80585a52f6f1fe.zip
libre/thunderbird: updated to 68.6
Diffstat (limited to 'libre/icedove/mozilla-1338795-regression.patch')
-rw-r--r--libre/icedove/mozilla-1338795-regression.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/icedove/mozilla-1338795-regression.patch b/libre/icedove/mozilla-1338795-regression.patch
new file mode 100644
index 000000000..2c8cf2112
--- /dev/null
+++ b/libre/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",