26f3ef
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
26f3ef
--- thunderbird-102.2.1/comm/mail/extensions/openpgp/content/BondOpenPGP.jsm.disable-openpgp-in-thunderbird	2022-09-12 14:33:54.995339932 +0200
26f3ef
+++ thunderbird-102.2.1/comm/mail/extensions/openpgp/content/BondOpenPGP.jsm	2022-09-12 14:39:26.784999636 +0200
26f3ef
@@ -51,6 +51,8 @@ var BondOpenPGP = {
f3e046
   _alreadyTriedInit: false, // if already true, we will not try again
f3e046
 
f3e046
   async init() {
26f3ef
+    // We don't have support for the opengpg in rhel ATM.
f3e046
+    return;
26f3ef
     if (this._alreadyTriedInit) {
26f3ef
       // We have previously attempted to init, don't try again.
f3e046
       return;