astroidmail / astroid

A graphical threads-with-tags style, lightweight and fast, e-mail client for Notmuch
http://astroidmail.github.io
Other
613 stars 65 forks source link

Doesnt show some encrypted mails #707

Open emdete opened 3 years ago

emdete commented 3 years ago

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.