summaryrefslogtreecommitdiff
path: root/libre-testing/icedove-libre/icedove-preferences.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-04 00:01:33 +0000
committerroot <root@rshg054.dnsready.net>2012-04-04 00:01:33 +0000
commitf78d29bb618b8991a4af017bb3ec1ccf5987ea7c (patch)
tree52ac1efa570c0b674063b36b1a3406dc988003f1 /libre-testing/icedove-libre/icedove-preferences.patch
parentb618c3d0693aec564c6746238fd05d94e31d3b76 (diff)
Wed Apr 4 00:01:33 UTC 2012
Diffstat (limited to 'libre-testing/icedove-libre/icedove-preferences.patch')
-rw-r--r--libre-testing/icedove-libre/icedove-preferences.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/libre-testing/icedove-libre/icedove-preferences.patch b/libre-testing/icedove-libre/icedove-preferences.patch
new file mode 100644
index 000000000..b6424a421
--- /dev/null
+++ b/libre-testing/icedove-libre/icedove-preferences.patch
@@ -0,0 +1,30 @@
+diff -Nur comm-1.9.2.orig/mail/app/profile/all-icedove.js comm-1.9.2/mail/app/profile/all-icedove.js
+--- comm-1.9.2.orig/mail/app/profile/all-icedove.js 2010-06-23 20:43:08.000000000 +0300
++++ comm-1.9.2/mail/app/profile/all-icedove.js 2010-06-25 00:37:36.518929684 +0300
+@@ -125,7 +125,7 @@
+ pref("app.update.showInstalledUI", false);
+
+ // Release notes URL
+-pref("app.releaseNotesURL", "http://live.mozillamessaging.com/%APP%/releasenotes?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%");
++pref("app.releaseNotesURL", "http://www.mozillamessaging.com/%APP%/%VERSION%/releasenotes?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%");
+
+ // Base URL for web-based support pages.
+ pref("app.support.baseURL", "http://support.live.mozillamessaging.com/%LOCALE%/%APP%/%APPBUILDID%/");
+diff -Nur comm-1.9.2.orig/mail/branding/nightly/icedove-branding.js comm-1.9.2/mail/branding/nightly/icedove-branding.js
+--- comm-1.9.2.orig/mail/branding/nightly/icedove-branding.js 2010-06-23 20:43:08.000000000 +0300
++++ comm-1.9.2/mail/branding/nightly/icedove-branding.js 2010-06-25 00:36:10.605569121 +0300
+@@ -1,11 +1,11 @@
+ // Default start page
+-pref("mailnews.start_page.url","https://live.mozillamessaging.com/%APP%/start?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%");
++pref("mailnews.start_page.url","https://www.mozillamessaging.com/%APP%/%VERSION%/start?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%");
+
+ // first launch welcome page
+-pref("mailnews.start_page.welcome_url","https://live.mozillamessaging.com/%APP%/firstrun?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%");
++pref("mailnews.start_page.welcome_url","https://www.mozillamessaging.com/%APP%/%VERSION%/firstrun?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%");
+
+ // start page override to load after an update
+-pref("mailnews.start_page.override_url","https://live.mozillamessaging.com/%APP%/whatsnew?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%");
++pref("mailnews.start_page.override_url","https://www.mozillamessaging.com/%APP%/%VERSION%/whatsnew?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%");
+
+ // Interval: Time between checks for a new version (in seconds)
+ // nightly=8 hours, official=24 hours