lieser / dkim_verifier

DKIM Verifier Extension for Mozilla Thunderbird
MIT License
213 stars 36 forks source link

conflict with CompactHeader addon #17

Closed foudfou closed 11 years ago

foudfou commented 11 years ago

Hi, Headers are not displayed at all in my environment: TB 24.0, DKIM Verifier 0.6.0, CompactHeader 2.0.8. No errors in the JS-Console. Let me know if I can help.

lieser commented 11 years ago

Hi I have just tested it an couldn't reproduce the problem.

Do I understand you correctly, that not only the DKIM header isn't shown, but the complete header box is empty or not visible? Are the DKIM Verifier and CompactHeader the only add-ons you have installed? Because you say it's a conflict, I assume you have tested that the problem disappears if you disable one of the add-ons? Have you tested it with the default settings of both add-ons? Could you please enable debugging in add-on options, and post (or send to dkim.verifier.addon@gmail.com) the complete Error Console (the "All" tab) from Thunderbird start to viewing a DKIM signed e-mail (with as few actions between as possible)?

foudfou commented 11 years ago

Yes the complete header box is not visible. I just tested with a new profile: the problem does not occur. I need to check what's wrong in my setup. I'll let you know. The error console doesn't show anything particular, I'll send you a sample if needed.

lieser commented 11 years ago

I would recommend you to send me the output of the Error Console, maybe you missed something. You could check with the DOM Inspector add-on if the XUL code for the header fails to load, or if it is just set to be hidden. It is under "Inspect Chrome Document" > "<selected folder name> - <selected account name> - Mozilla Thunderbird" (search for Attr = "id", value = "msgHeaderView" (searching for id directly doesn't work for me)). There should also be a "xul-overlay" with "href="chrome://messenger/content/msgHdrViewOverlay.xul"" under "#document".

lieser commented 11 years ago

I think I found the Problem. The CompactHeader addon removes the "Other Actions" button and adds it to the toolbar in the header. If you now remove it from there, the DKIM Verifier add-on crashed. Should be fixed in version 0.6.2. Can you please test if it works now with your setup? Thanks

foudfou commented 11 years ago

Works fine now. Thank you!