Secure mail not being displayed, with browser console showing " TypeError:...
OpenPGP addon for Mozilla Thunderbird
Brought to you by:
pbrunschwig
I use Thunderbird + Enigmail to view secure mail from bugzilla.mozilla.org.
Starting recently (don't recall precisely when), these messages have stopped displaying -- when I click on a secure message, the message-view area is just blank, and thunderbird's Browser Console (Ctrl+Shift+J) says:
TypeError: LAST_MSG.lastPepStatus.dec is undefined[Learn More] pEpDecrypt.jsm:240:9
If I extract the enigmail XPI, I see that it's from this line of code:
this.displayStatus(LAST_MSG.lastPepStatus.rating, LAST_MSG.lastPepStatus.fpr, LAST_MSG.lastPepStatus.dec.persons);
Hmm, this started working correctly after a Thunderbird restart.
Not sure what caused this, but feel free to close this out if there's nothing that can be done at this point.