Adds `mail.openpgp.remind_encryption_possible` (TB 102.2+)
This commit is contained in:
parent
8970a6fda1
commit
494f684d74
8
user.js
8
user.js
|
@ -62,7 +62,7 @@
|
||||||
9100: THUNDERBIRD (AUTO CONFIG / UI / HEADERS / ADDRESS BOOK)
|
9100: THUNDERBIRD (AUTO CONFIG / UI / HEADERS / ADDRESS BOOK)
|
||||||
9200: EMAIL COMPOSITION (ENCODING / FORMAT / VIEW)
|
9200: EMAIL COMPOSITION (ENCODING / FORMAT / VIEW)
|
||||||
9300: OTHER THUNDERBIRD COMPONENTS (CHAT / CALENDAR / RSS)
|
9300: OTHER THUNDERBIRD COMPONENTS (CHAT / CALENDAR / RSS)
|
||||||
9400: THUNDERBIRD ENCRYPTION (OPENGPG / GNUPG)
|
9400: THUNDERBIRD ENCRYPTION (OPENPGP / GNUPG)
|
||||||
9999: DEPRECATED / REMOVED / LEGACY / RENAMED
|
9999: DEPRECATED / REMOVED / LEGACY / RENAMED
|
||||||
|
|
||||||
******/
|
******/
|
||||||
|
@ -1520,13 +1520,17 @@ user_pref("rss.show.summary", 1);
|
||||||
* 0=no action, 1=load web page in default browser, on select ***/
|
* 0=no action, 1=load web page in default browser, on select ***/
|
||||||
user_pref("rss.message.loadWebPageOnSelect", 0);
|
user_pref("rss.message.loadWebPageOnSelect", 0);
|
||||||
|
|
||||||
/*** [SECTION 9400]: THUNDERBIRD ENCRYPTION (OPENGPG / GNUPG)
|
/*** [SECTION 9400]: THUNDERBIRD ENCRYPTION (OPENPGP / GNUPG)
|
||||||
Options that relate to e-mail encryption in Thunderbird.
|
Options that relate to e-mail encryption in Thunderbird.
|
||||||
[1] https://wiki.mozilla.org/Thunderbird:OpenPGP
|
[1] https://wiki.mozilla.org/Thunderbird:OpenPGP
|
||||||
[2] https://support.mozilla.org/kb/openpgp-thunderbird-howto-and-faq
|
[2] https://support.mozilla.org/kb/openpgp-thunderbird-howto-and-faq
|
||||||
***/
|
***/
|
||||||
user_pref("_user.js.parrot", "9400 syntax error: this parrot is talking in codes!");
|
user_pref("_user.js.parrot", "9400 syntax error: this parrot is talking in codes!");
|
||||||
|
|
||||||
|
/** OPENPGP ***/
|
||||||
|
/* 9400: disable OpenPGP "encryption is possible" reminder ***/
|
||||||
|
// user_pref("mail.openpgp.remind_encryption_possible", false); // [TB102+]
|
||||||
|
|
||||||
/** GNUPG ***/
|
/** GNUPG ***/
|
||||||
/* 9409: Allow the use of external GnuPG
|
/* 9409: Allow the use of external GnuPG
|
||||||
* Whenever RNP fails to decrypt a message, Thunderbird will tray against system GnuPG
|
* Whenever RNP fails to decrypt a message, Thunderbird will tray against system GnuPG
|
||||||
|
|
Loading…
Reference in New Issue