David E. Ross wrote:
What do the different settings of the preference variable
browser.display.document_color_use mean?  This variable is not
documented at <http://kb.mozillazine.org/About:config_entries>.

Cross-posted to mozilla.dev.apps.seamonkey and mozilla.support.seamonkey
Followup-To:  mozilla.support.seamonkey

Seems like it has something to do with overriding page colors? Phil might know the specifics..

https://github.com/mozilla/releases-comm-central/blob/master/mail/components/preferences/colors.xul

https://groups.google.com/forum/#!topic/mozilla.dev.platform/th7gTtRSgo0

Snippet from the related XUL:
<menuitem label="&overridePageColors.always.label;"
                    value="2" id="documentColorAlways"/>
          <menuitem label="&overridePageColors.auto.label;"
                    value="0" id="documentColorAutomatic"/>
          <menuitem label="&overridePageColors.never.label;"
                    value="1" id="documentColorNever"/>
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to