summaryrefslogtreecommitdiff
path: root/src/icedove-branding/thunderbird-branding.js
diff options
context:
space:
mode:
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/");