mail-client/thunderbird-bin: add beta ebuild
This commit is contained in:
parent
5f3de2826c
commit
e18643501e
6 changed files with 201 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
pref("app.update.enabled", false);
|
||||
pref("app.update.autoInstallEnabled", false);
|
||||
pref("browser.display.use_system_colors", true);
|
||||
pref("intl.locale.matchOS", true);
|
||||
pref("mail.shell.checkDefaultClient", false);
|
||||
|
||||
# Disable global indexing by default
|
||||
pref("mailnews.database.global.indexer.enabled", false);
|
||||
|
||||
# Do not switch to Smart Folders after upgrade to 3.0b4
|
||||
pref("mail.folder.views.version", "1")
|
||||
Loading…
Add table
Add a link
Reference in a new issue