summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-12-10 13:36:32 -0500
committerMatt A. Tobin <email@mattatobin.com>2018-12-10 13:36:32 -0500
commit788ee61731ea590b1b2c76f61980d70892c8e01f (patch)
treed9bcee2bc030141fae5246523dfba35ffdc4ce36 /mail
parent21602b3e592f3d44e4b9ca3c81e2aa2080387cda (diff)
downloadaura-central-788ee61731ea590b1b2c76f61980d70892c8e01f.tar.gz
[MAIL] Set the compatible by default preference to 1.0
Diffstat (limited to 'mail')
-rw-r--r--mail/app/profile/all-thunderbird.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/app/profile/all-thunderbird.js b/mail/app/profile/all-thunderbird.js
index 98a163e33..a87b1de57 100644
--- a/mail/app/profile/all-thunderbird.js
+++ b/mail/app/profile/all-thunderbird.js
@@ -153,7 +153,7 @@ pref("extensions.strictCompatibility", false);
// Specifies a minimum maxVersion an addon needs to say it's compatible with
// for it to be compatible by default.
-pref("extensions.minCompatibleAppVersion", "5.0");
+pref("extensions.minCompatibleAppVersion", "1.0");
pref("extensions.update.autoUpdateDefault", true);