Browse Source

Fix Tb prefs

Frank-Rainer Grahl 3 months ago
parent
commit
3d65fe77a7
2 changed files with 31 additions and 0 deletions
  1. 30 0
      comm-release/patches/1434951-60a1.patch
  2. 1 0
      comm-release/patches/series

+ 30 - 0
comm-release/patches/1434951-60a1.patch

@@ -0,0 +1,30 @@
+# HG changeset patch
+# User Jorg K <jorgk@jorgk.com>
+# Date 1517513083 -3600
+# Node ID 255415033526ff3ff156ad2b632e3bf4b66a9a05
+# Parent  de00262fbce6484492bf2289acb3db105f380a40
+Bug 1434951 - fix invalid pref syntax (spotted by aceman). rs=bustage-fix
+
+diff --git a/mail/app/profile/all-thunderbird.js b/mail/app/profile/all-thunderbird.js
+--- a/mail/app/profile/all-thunderbird.js
++++ b/mail/app/profile/all-thunderbird.js
+@@ -110,17 +110,17 @@ pref("app.update.idletime", 60);
+ pref("app.update.service.enabled", true);
+ #endif
+ 
+ // Release notes URL
+ pref("app.releaseNotesURL", "https://live.mozillamessaging.com/%APP%/releasenotes?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%");
+ 
+ // URL for "Learn More" for Crash Reporter.
+ pref("toolkit.crashreporter.infoURL",
+-     "https://www.mozilla.org/thunderbird/legal/privacy/#crash-reporter");");
++     "https://www.mozilla.org/thunderbird/legal/privacy/#crash-reporter");
+ 
+ // Base URL for web-based support pages.
+ pref("app.support.baseURL", "https://support.live.mozillamessaging.com/%LOCALE%/%APP%/%APPBUILDID%/");
+ 
+ // Show error messages in error console.
+ pref("javascript.options.showInConsole", true);
+ 
+ // Controls enabling of the extension system logging (can reduce performance)
+

+ 1 - 0
comm-release/patches/series

@@ -2169,3 +2169,4 @@ TOP-1872623-cancelbookmark-25319.patch
 1902851-1-version-prebeta-cr-25320.patch
 TOP-1906540-mozdevice-removal-comm-25320.patch
 9999999-debugqa-esr128-25320.patch
+1434951-60a1.patch