2022-09-26 15:31:20 +00:00
|
|
|
diff -up thunderbird-102.2.1/comm/mail/extensions/openpgp/content/BondOpenPGP.jsm.disable-openpgp-in-thunderbird thunderbird-102.2.1/comm/mail/extensions/openpgp/content/BondOpenPGP.jsm
|
|
|
|
--- thunderbird-102.2.1/comm/mail/extensions/openpgp/content/BondOpenPGP.jsm.disable-openpgp-in-thunderbird 2022-09-12 14:33:54.995339932 +0200
|
|
|
|
+++ thunderbird-102.2.1/comm/mail/extensions/openpgp/content/BondOpenPGP.jsm 2022-09-12 14:39:26.784999636 +0200
|
|
|
|
@@ -51,6 +51,8 @@ var BondOpenPGP = {
|
2022-05-17 08:38:49 +00:00
|
|
|
_alreadyTriedInit: false, // if already true, we will not try again
|
|
|
|
|
|
|
|
async init() {
|
2022-09-26 15:31:20 +00:00
|
|
|
+ // We don't have support for the opengpg in rhel ATM.
|
2022-05-17 08:38:49 +00:00
|
|
|
+ return;
|
2022-09-26 15:31:20 +00:00
|
|
|
if (this._alreadyTriedInit) {
|
|
|
|
// We have previously attempted to init, don't try again.
|
2022-05-17 08:38:49 +00:00
|
|
|
return;
|