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))");

force_char_pref("mail.addr_book.quicksearchquery.format",
"?(or(Company,c,@V)(PrimaryEmail,c,@V)(DisplayName,c,@V)(FirstName,c,@V)(LastName,c,@V))");

Thanks

or

user_pref("browser.cache.disk.capacity", 40960);

force_int_pref("browser.cache.disk.capacity", 40960);

Lol - thx - dunno what I was thinking (40960 is still an integer)...
--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to