
| Current Path : /usr/lib/thunderbird/defaults/pref/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //usr/lib/thunderbird/defaults/pref/vendor.js |
// Use LANG environment variable to choose locale
pref("intl.locale.matchOS", true);
// Disable default mailer checking.
pref("mail.shell.checkDefaultMail", false);
// Enable Network Manager integration
pref("network.manage-offline-status", true);
// Don't disable our bundled extensions in the application directory
pref("extensions.autoDisableScopes", 3);
pref("extensions.shownSelectionUI", true);
// Enable system alerts
pref("mail.biff.use_system_alert", true);
// Use the system locale
pref("intl.locale.requested", "");
// Allow the use of existing GPG keyrings
pref("mail.openpgp.allow_external_gnupg", true);