Comment 5 for bug 1243385

Revision history for this message
Reimar Döffinger (reimar-doeffinger) wrote : Re: Enigmail is disabled, cannot be used at all

I can now confirm that changing one Linux_unknown in a single line in chrome.manifest in addition is necessary and sufficient for enigmail to work, the line after the change is from:
binary-component platform/Linux_unknown/components/libenigmime-unknown.so ABI=Linux_unknown platformversion<19.0a1
to:
binary-component platform/Linux_unknown/components/libenigmime-unknown.so ABI=Linux_arm-eabi-gcc3 platformversion<19.0a1

(and of course this is a huge hack I wouldn't expect any ordinary user to do, but it at least works for me - until those files get overwritten by the next update of course)