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