aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/thunderbird/user.js
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:15 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:15 +0100
commitbaa240e0a2be76d34829534ed843caa41bfc2dc6 (patch)
treeafa788bccc64b8ea06c9d88240f0ab1923173fe7 /thunderbird/user.js
parent568436234829c5a944b3555c6c5aaf7c2d837d67 (diff)
downloaddotfiles-baa240e0a2be76d34829534ed843caa41bfc2dc6.tar.gz
dotfiles-baa240e0a2be76d34829534ed843caa41bfc2dc6.tar.bz2
dotfiles-baa240e0a2be76d34829534ed843caa41bfc2dc6.zip
fix(thunderbird): disable start.thunderbird.net start page
Diffstat (limited to 'thunderbird/user.js')
-rw-r--r--thunderbird/user.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/thunderbird/user.js b/thunderbird/user.js
index 29b0dc1..81565a4 100644
--- a/thunderbird/user.js
+++ b/thunderbird/user.js
@@ -9,6 +9,9 @@
* Accounts, passwords, mailboxes, calendar/contact data stay local.
*/
+/** Startup — no start.thunderbird.net page **/
+user_pref("mailnews.start_page.enabled", false);
+
/** Reading — no remote content, no read receipts **/
user_pref("mailnews.message_display.disable_remote_image", true);
user_pref("mail.inline_attachments", false);