Thunderbird text color -

poma pomidorabelisima at gmail.com
Fri Sep 13 10:39:04 UTC 2013


On 13.09.2013 12:15, Bob Goodwin ~ Zuni, Virginia, USA wrote:
> poma wrote:
>> In addition to these settings,;)
>>
>> .thunderbird/<PROFILE>/user.js
>> user_pref("quotecolors.usermsgcolors", true);
>> user_pref("quotecolors.fg.l1", "#RRGGBB");
>> user_pref("quotecolors.fg.l2", "#RRGGBB");
>> user_pref("quotecolors.fg.l3", "#RRGGBB");
>> user_pref("quotecolors.fg.l4", "#RRGGBB");
>> user_pref("quotecolors.fg.l5", "#RRGGBB");
>> user_pref("quotecolors.bg.l1", "#RRGGBB");
>> user_pref("quotecolors.bg.l2", "#RRGGBB");
>> user_pref("quotecolors.bg.l3", "#RRGGBB");
>> user_pref("quotecolors.bg.l4", "#RRGGBB");
>> user_pref("quotecolors.bg.l5", "#RRGGBB");
>> user_pref("quotecolors.messagebgcolor", "#RRGGBB");
>> user_pref("quotecolors.messagelinkcolor", "#RRGGBB");
>> user_pref("quotecolors.messagelinkhovercolor", "#RRGGBB");
>> user_pref("quotecolors.messagetextcolor", "#RRGGBB");
>> user_pref("quotecolors.signaturecolor", "#RRGGBB");
>> user_pref("quotecolors.signaturelinkcolor", "#RRGGBB");
>>
>> There's still a bunch of settings, but this is already too much, right.
> 
> 
> 
> Yes, way too much to do what should be a simple change.
> 
> But how do I view these lines?
> 
> locate user.js produces nothing ...
> 
> Bob
> 
> 

You missed the whole text that explains it, including a link at the
bottom of the previous message. :)

However, for you I recommend this method,

- Download the "Quote Colors",
https://addons.mozilla.org/en-us/thunderbird/addon/quote-colors/
$ wget
https://addons.cdn.mozilla.net/_files/_attachments/170/quote_colors-0.3-tb+sm.xpi

- Extract an Install Manifest file
$ unzip quote_colors-0.3-tb+sm.xpi install.rdf

- Edit it with your favorite text editor,
e.g.
$ mousepad install.rdf
change line 16 - Thunderbird
        <em:maxVersion>3.0.*</em:maxVersion>
to
        <em:maxVersion>17.0.*</em:maxVersion>
and
change line 24 - SeaMonkey Mail
        <em:maxVersion>2.0.*</em:maxVersion>
to
        <em:maxVersion>2.2.*</em:maxVersion>

- Replace the original file with the updated one
$ zip -r quote_colors-0.3-tb+sm.xpi install.rdf

- Install Add-on From Fileā€¦


poma




More information about the users mailing list