Comment 108 for bug 233901

Revision history for this message
In , Baz-scms (baz-scms) wrote :

I don't know if this applies to the windows version or not, but I've found in
the 0.8 relase for thunderbird on linux that general.config.obscure_value is set
twice, with two contradictory values. In greprefs/all.js its set to:

pref("general.config.obscure_value", 13); // for MCD .cfg files

and in defaults/pref/all-thunderbird.js its set to:

pref("general.config.obscure_value", 0); // for MCD .cfg files

with second instance overriding the first.