From aff435a0fb3a56b1d7b738c7dede363440884b3a Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Thu, 17 Sep 2026 15:05:36 +0100 Subject: Add the Canonical laptop profile and setup workflows --- canonical/thunderbird.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 canonical/thunderbird.js (limited to 'canonical/thunderbird.js') diff --git a/canonical/thunderbird.js b/canonical/thunderbird.js new file mode 100644 index 0000000..c5310fc --- /dev/null +++ b/canonical/thunderbird.js @@ -0,0 +1,4 @@ +user_pref("mail.openpgp.allow_external_gnupg", true); +user_pref("mail.biff.show_alert", true); +user_pref("mail.biff.use_system_alert", true); +user_pref("mailnews.default_view_flags", 0); -- cgit v1.3.1