https://bugs.kde.org/show_bug.cgi?id=362958
--- Comment #25 from Volker Christian <volker.christ...@fh-hagenberg.at> --- (In reply to Fabian Vogt from comment #23) > 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. I found a more proper fix directly in the multipart/alternative handling. This is sure not the philosopher's stone. Nevertheless, it works for me also for html-mails. The patch is in comment 24. Be aware, that the patch is not well formated - it is only for testing. -- You are receiving this mail because: You are watching all bug changes.