From baa240e0a2be76d34829534ed843caa41bfc2dc6 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:15 +0100 Subject: fix(thunderbird): disable start.thunderbird.net start page --- thunderbird/user.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'thunderbird/user.js') 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); -- cgit v1.3.1