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