From 494f684d746fa81aaff1028c36851bbc41b735f8 Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Sat, 1 Oct 2022 17:41:20 +0200 Subject: [PATCH] Adds `mail.openpgp.remind_encryption_possible` (TB 102.2+) --- user.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/user.js b/user.js index 3f34647..6aae64c 100644 --- a/user.js +++ b/user.js @@ -62,7 +62,7 @@ 9100: THUNDERBIRD (AUTO CONFIG / UI / HEADERS / ADDRESS BOOK) 9200: EMAIL COMPOSITION (ENCODING / FORMAT / VIEW) 9300: OTHER THUNDERBIRD COMPONENTS (CHAT / CALENDAR / RSS) - 9400: THUNDERBIRD ENCRYPTION (OPENGPG / GNUPG) + 9400: THUNDERBIRD ENCRYPTION (OPENPGP / GNUPG) 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 ***/ 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. [1] https://wiki.mozilla.org/Thunderbird:OpenPGP [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!"); +/** OPENPGP ***/ +/* 9400: disable OpenPGP "encryption is possible" reminder ***/ + // user_pref("mail.openpgp.remind_encryption_possible", false); // [TB102+] + /** GNUPG ***/ /* 9409: Allow the use of external GnuPG * Whenever RNP fails to decrypt a message, Thunderbird will tray against system GnuPG