summaryrefslogtreecommitdiff
path: root/libre/icedove/mozilla-1338795-regression.patch
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2021-11-12 16:57:33 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2021-11-30 11:10:22 -0500
commitf9c7298ade2cb6168a564635783124176423b30f (patch)
tree964c642dcb756c55c77413133d2c42e4ac99b549 /libre/icedove/mozilla-1338795-regression.patch
parentebcba7f9e5b7e14c63fd0be4a8345352e711da0c (diff)
downloadabslibre-f9c7298ade2cb6168a564635783124176423b30f.tar.gz
abslibre-f9c7298ade2cb6168a564635783124176423b30f.tar.bz2
abslibre-f9c7298ade2cb6168a564635783124176423b30f.zip
[libre-testing/icedove]: add package
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",