astroidmail/astroid

Doesnt show some encrypted mails

Opened this issue · 0 comments

This can be fixed by a change in chunk.cc:199 - if i change that line to

auto c = refptr<Chunk>(new Chunk(mo, isencrypted && crypt->ready, issigned, crypt));

it works all fine.