https://bugs.kde.org/show_bug.cgi?id=362958
--- Comment #23 from Fabian Vogt <fab...@ritter-vogt.de> --- I investigated a bit more: When the mail contains only the text/calendar node, it's shown as expected. The issue is that in a multipart/alternative handling, it only cares about text/plain and text/html. If one of those is present, it's displayed and everything else is ignored. I have no idea how a proper fix looks like, for now I changed the "break;" in messageviewer/src/viewer/objecttreeparser.cpp:352 to a "continue;", to always display all mail nodes, including text/calendar. This works well for me as I'm mostly working with plaintext mails and calendar invitations anyway. -- You are receiving this mail because: You are watching all bug changes.