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