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