Em 10-06-2014 07:27, Charles Marcus escreveu:
Anyone? It is a simple/straight forward enough question.
I use this on my site.js:

cat << EOF >> defaults/preferences/site.js
pref("network.dns.disableIPv6",true);
pref("network.enableIDN",false);
pref("network.enablePad",true);
pref("update_notifications.enabled",false);
pref("extensions.update.enabled",false);
pref("mailnews.start_page.override_url",'http://news.local');
pref("mailnews.start_page.url",'http://news.local');
pref("mail.server.default.check_all_folders_for_new",true);
pref("mail.server.server1.spamLevel", 0);
pref("mail.server.default.spamLevel", 0);
pref("mail.chat.enabled",false);
lockPref("app.update.auto", false);
lockPref("app.update.enabled", false);
lockPref("autoupdate.enabled",false);
defaultPref("calendar.timezone.local",'Amercia/Sao_Paulo');
EOF

Haven't yet checked if all got applied or if doing the right way but seems to work.


Thanks...

On 6/8/2014 9:47 AM, Charles Marcus <cmar...@media-brokers.com> wrote:
Hi all,

My goal is to simply prevent Thunderbird from auto-updating Lightning, while allowing all other extensions to continue to auto-update, and I've figured out how to do this, by simply adding the following pref to the user.js file in each users Thunderbird profile folder:

user_pref("extensions.{e2fda1a4-762b-4020-b5ad-a41df1933103}.update.enabled", false);

My question is - can I simply add this into the site.js file in the Integrator extension as:

user_pref("extensions.{e2fda1a4-762b-4020-b5ad-a41df1933103}.update.enabled", false);

and accomplish the same thing?

Or, would I need to change 'user_pref' to just 'pref' (like the other entries already in there), like this:

pref("extensions.{e2fda1a4-762b-4020-b5ad-a41df1933103}.update.enabled", false);

?

Last - can I push out other config options that I am setting in the user.js file in the same way, thus doing away completely with the user.js file, quickly and easily pushing out pref changes this way?

--
*Marcio Merlone*
--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to