Package: enigmail Version: 2:0.95.7-1 Using enigmail on icedove 2.0.0.17-1, i noticed a series of enigmail-related error messages in the error console (Tools|Error Console). The error messages all say this:
Error: gEnigSecurityInfo has no properties
Source File: chrome://enigmail/content/enigmailMsgHdrViewOverlay.js
Line: 629
This seems to be related to the enigMsgHdrViewUnhide() function:
0 d...@pip:~$ unzip -p /usr/lib/enigmail/extension/chrome/enigmail.jar \
> content/enigmail/enigmailMsgHdrViewOverlay.js | grep -n -C4 \
> 'if (gEnigSecurityInfo.statusFlags != 0) {'
625-}
626-
627-function enigMsgHdrViewUnhide() {
628- DEBUG_LOG("enigmailMsgHdrViewOverlay.js: enigMsgHdrViewUnhide\n");
629: if (gEnigSecurityInfo.statusFlags != 0) {
630- var enigmailBox = document.getElementById("enigmailBox");
631- enigmailBox.removeAttribute("collapsed");
632- }
633-}
0 d...@pip:~$
Perhaps this is getting called at some point where the data is not
available?
--dkg
signature.asc
Description: OpenPGP digital signature

