Re: [SOGo] Integrator Question re: adding prefs to site.js?

2014-06-23 Thread Charles Marcus
On 6/10/2014 1:22 PM, Ludovic Marcotte lmarco...@inverse.ca wrote: site.js is use for 'initial preference values'. This is documented in http://www.sogo.nu/files/docs/SOGo%20Mozilla%20Thunderbird%20Configuration.pdf : Settings that pushed are pushed *during initial configuration* are

Re: [SOGo] Integrator Question re: adding prefs to site.js?

2014-06-23 Thread Ludovic Marcotte
On 2014-06-23, 4:30 PM, Charles Marcus wrote: For example, how would I specify: user_pref(mail.addr_book.quicksearchquery.format, ?(or(Company,c,@V)(PrimaryEmail,c,@V)(DisplayName,c,@V)(FirstName,c,@V)(LastName,c,@V))); force_char_pref(mail.addr_book.quicksearchquery.format,

Re: [SOGo] Integrator Question re: adding prefs to site.js?

2014-06-23 Thread Tanstaafl
On 6/23/2014 4:44 PM, Ludovic Marcotte lmarco...@inverse.ca wrote: On 2014-06-23, 4:30 PM, Charles Marcus wrote: For example, how would I specify: user_pref(mail.addr_book.quicksearchquery.format, ?(or(Company,c,@V)(PrimaryEmail,c,@V)(DisplayName,c,@V)(FirstName,c,@V)(LastName,c,@V)));

Re: [SOGo] Integrator Question re: adding prefs to site.js?

2014-06-10 Thread Charles Marcus
Anyone? It is a simple/straight forward enough question. 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

Re: [SOGo] Integrator Question re: adding prefs to site.js?

2014-06-10 Thread Charles Marcus
Well, figured I may as well give it a try, and apparently this does not work. Ludo? Is it supposed to work? It would be really nice to be able to do away with the user.js file (that I have to manually keep updated on each users system) and just apply these mods in the site.js file... On

Re: [SOGo] Integrator Question re: adding prefs to site.js?

2014-06-10 Thread Ludovic Marcotte
On 2014-06-10, 12:52 PM, Charles Marcus wrote: Ludo? Is it supposed to work? If you want to force prefs, you must use: chrome/content/general/custom-preferences.js site.js is use for 'initial preference values'. This is documented in

Re: [SOGo] Integrator Question re: adding prefs to site.js?

2014-06-10 Thread Sean M. Pappalardo
On 06/10/2014 09:52 AM, Charles Marcus wrote: It would be really nice to be able to do away with the user.js file (that I have to manually keep updated on each users system) and just apply these mods in the site.js file... You might want to ask this on Mozilla's Thunderbird Enterprise list:

Re: [SOGo] Integrator Question re: adding prefs to site.js?

2014-06-10 Thread Márcio Merlone
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);

Re: [SOGo] Integrator Question re: adding prefs to site.js?

2014-06-10 Thread Charles Marcus
On 6/10/2014 1:22 PM, Ludovic Marcotte lmarco...@inverse.ca wrote: On 2014-06-10, 12:52 PM, Charles Marcus wrote: Ludo? Is it supposed to work? If you want to force prefs, you must use: chrome/content/general/custom-preferences.js site.js is use for 'initial preference values'. This is

[SOGo] Integrator Question re: adding prefs to site.js?

2014-06-08 Thread Charles Marcus
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: