Signed and encrypted mails are not displayed most of the time. Looking at the mail source it shows that they are received. This behaviour started after upgrading the KDE application packages to 15.12, before this upgrade the mails were shown as expected. Reproducible: Always Steps to Reproduce: 1. Click on signed message 2. Look at mail preview 3. It's empty (Headers are shown, message not) Actual Results: No message content shown Expected Results: Message content shown * Arch Linux * Kmail package version 15.12.0-2 It happened on two different installations.
It seems that it affects the way a mail was signed: If it was signed like this (f.e. like Enigmail does it), then the mail viewer is empty: -----BEGIN PGP SIGNED MESSAGE----- blabla -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 THESIGNATURE -----END PGP SIGNATURE----- But if the mail was signe like this (f.e. like Apple Mail or Kmail does it), then the message is shown in the mail viewer: --nextPart1604425.Ayu5eEiFNx Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="us-ascii" blabla --nextPart1604425.Ayu5eEiFNx Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) THESIGNATURE -----END PGP SIGNATURE----- --nextPart1604425.Ayu5eEiFNx--
*** This bug has been marked as a duplicate of bug 333611 ***