diff options
Diffstat (limited to '~emulatorman/icedove-libre/vendor.js')
-rw-r--r-- | ~emulatorman/icedove-libre/vendor.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/~emulatorman/icedove-libre/vendor.js b/~emulatorman/icedove-libre/vendor.js deleted file mode 100644 index 279bdc158..000000000 --- a/~emulatorman/icedove-libre/vendor.js +++ /dev/null @@ -1,12 +0,0 @@ -// Forbid application updates -lockPref("app.update.enabled", false); - -// Use LANG environment variable to choose locale -pref("intl.locale.matchOS", true); - -// Disable default mailer checking. -pref("mail.shell.checkDefaultMail", false); - -// Don't disable our bundled extensions in the application directory -pref("extensions.autoDisableScopes", 11); -pref("extensions.shownSelectionUI", true); |