summaryrefslogtreecommitdiff
path: root/src/icedove-branding/thunderbird-branding.js
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2017-05-09 07:21:40 +0200
committerAndreas Grapentin <andreas@grapentin.org>2017-05-09 07:21:40 +0200
commitc46005ffeaeca6442a59db492c9201de86a87f2c (patch)
tree43fee9e19f433da6253908c384eae772892e7adb /src/icedove-branding/thunderbird-branding.js
parent3281e841d34b2680c84ac5962bf0b374b8e5f27d (diff)
importing 38.6.0-1 sources from https://repomirror.parabola.nu/other/icedove/icedove_38.6.0-1.branding.tar.xz38.6.0-1
Diffstat (limited to 'src/icedove-branding/thunderbird-branding.js')
-rw-r--r--src/icedove-branding/thunderbird-branding.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/icedove-branding/thunderbird-branding.js b/src/icedove-branding/thunderbird-branding.js
new file mode 100644
index 0000000..7caf6b6
--- /dev/null
+++ b/src/icedove-branding/thunderbird-branding.js
@@ -0,0 +1,13 @@
+// Default start page
+//pref("mailnews.start_page.url", "chrome://messenger/content/start.xhtml");
+pref("mailnews.start_page.url", "about:");
+
+// first launch welcome page
+//pref("mailnews.start_page.welcome_url", "chrome://messenger/content/start.xhtml");
+pref("mailnews.start_page.welcome_url", "about:");
+
+// start page override to load after an update
+//pref("mailnews.start_page.override_url", "chrome://messenger/content/start.xhtml");
+pref("mailnews.start_page.override_url", "about:");
+
+pref("app.vendorURL", "http://www.mozillamessaging.com/%LOCALE%/thunderbird/");