Enables some previously commented-out options related to RSS feeds
This commit is contained in:
parent
b58655a422
commit
f9413919b5
11
user.js
11
user.js
|
@ -1605,13 +1605,13 @@ user_pref("mail.calendar-integration.opt-out", false);
|
||||||
user_pref("calendar.useragent.extra", "");
|
user_pref("calendar.useragent.extra", "");
|
||||||
|
|
||||||
/** RSS ***/
|
/** RSS ***/
|
||||||
/** These features don't actually do anything as they aren't implemented
|
/* These features used not to do anything as they weren't implemented.
|
||||||
* [1] https://dxr.mozilla.org/comm-release/source/mail/base/content/mailWindowOverlay.js#649
|
* [1] https://dxr.mozilla.org/comm-release/source/mail/base/content/mailWindowOverlay.js#649
|
||||||
* [2] https://bugzilla.mozilla.org/show_bug.cgi?id=458606#c9
|
* [2] https://bugzilla.mozilla.org/show_bug.cgi?id=458606#c9 ***/
|
||||||
/* 6208: What classes can process incoming data.
|
/* 6208: What classes can process incoming data.
|
||||||
* (0=All classes (default), 1=Don't display HTML, 2=Don't display HTML and inline images,
|
* (0=All classes (default), 1=Don't display HTML, 2=Don't display HTML and inline images,
|
||||||
* 3=Don't display HTML, inline images and some other uncommon types, 100=Use a hard coded list)
|
* 3=Don't display HTML, inline images and some other uncommon types, 100=Use a hard coded list)
|
||||||
* [1] https://www.privacy-handbuch.de/handbuch_31j.htm
|
* [1] https://www.privacy-handbuch.de/handbuch_31j.htm ***/
|
||||||
user_pref("rss.display.disallow_mime_handlers", 3);
|
user_pref("rss.display.disallow_mime_handlers", 3);
|
||||||
/* 6209: How to display HTML parts of a message body
|
/* 6209: How to display HTML parts of a message body
|
||||||
* (0=Display the HTML normally (default), 1=Convert it to text and then back again
|
* (0=Display the HTML normally (default), 1=Convert it to text and then back again
|
||||||
|
@ -1619,15 +1619,14 @@ user_pref("rss.display.disallow_mime_handlers", 3);
|
||||||
* (in trunk builds later than 2011-07-23)
|
* (in trunk builds later than 2011-07-23)
|
||||||
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=602718
|
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=602718
|
||||||
* [2] https://hg.mozilla.org/comm-central/rev/c1ef44a22eb2
|
* [2] https://hg.mozilla.org/comm-central/rev/c1ef44a22eb2
|
||||||
* [3] https://www.bucksch.org/1/projects/mozilla/108153/
|
* [3] https://www.bucksch.org/1/projects/mozilla/108153/ ***/
|
||||||
user_pref("rss.display.html_as", 1);
|
user_pref("rss.display.html_as", 1);
|
||||||
/* 6210: Prefer to view as plaintext or html
|
/* 6210: Prefer to view as plaintext or html
|
||||||
* true=Display a message as plain text when there is both a HTML and a plain
|
* true=Display a message as plain text when there is both a HTML and a plain
|
||||||
* text version of a message body
|
* text version of a message body
|
||||||
* false=Display a message as HTML when there is both a HTML and a plain text
|
* false=Display a message as HTML when there is both a HTML and a plain text
|
||||||
* version of a message body. (default)
|
* version of a message body. (default) ***/
|
||||||
user_pref("rss.display.prefer_plaintext", true);
|
user_pref("rss.display.prefer_plaintext", true);
|
||||||
**/
|
|
||||||
/* 6211: Feed message display (summary or web page), on open.
|
/* 6211: Feed message display (summary or web page), on open.
|
||||||
* Action on double click or enter in threadpane for a feed message.
|
* Action on double click or enter in threadpane for a feed message.
|
||||||
* 0=open content-base url in new window, 1=open summary in new window,
|
* 0=open content-base url in new window, 1=open summary in new window,
|
||||||
|
|
Loading…
Reference in New Issue