Mozilla Thunderbird for WAPT
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

18 行
553 B

// Disable Auto Updates
lockPref("app.update.enabled", false);
lockPref("app.update.service.enabled", false);
// Disable feedback
lockPref("toolkit.telemetry.prompted",2);
// Disable browser rights info toolbar
lockPref("browser.rights.3.shown", true);
lockPref("browser.rights.3.shown",true);
// Disable migration
lockPref("profile.confirm_automigration",false);
lockPref("profile.migration_behavior",0);
lockPref("profile.migration_directory", "");
// Disable Lightning Notification
lockPref("calendar.integration.notify", false);