Version: 2.0.89 (using KDE 4.5.80) OS: Linux Whenever I open an email from an external application (and not from kmail message list), the mail window opens but remains blank. However, the mail subject is displayed in window title. Reproducible: Didn't try Steps to Reproduce: 1. Drag a mail from KMail to dolphin and drop it. 2. Click the mail in dolphin -or- 1. use krunner nepomuk runner to search for a keyword contained in a mail 2. click on a mail search result -or- 1. Fetch a mail from server with Lion Mail emailnotifier plasma applet 2. click a fetched mail icon to open it Actual Results: Mail window opens but remains blank. Expected Results: Mail window should contain mail header and body.
Forgot to select reproducibility: Always reproducible.
Anyone reading this? Would be great to have this fixed soon during the KDE SC 4.6 RC/Beta run. This is a show stopper for Lion Mail tests, because no mails can be opened from Lion Mail. The bug however is not within Lion Mail since it uses KLaunch and this worked fine with KMail 1.x but not with KMail 2.x.
SVN commit 1205769 by tokoe: Do not create a fake Akonadi::Item, the message viewer expects a real one if showMessage(Akonadi::Item) is called. Use showMessage(KMime::Message::Ptr) instead, this can deal with plain kmime messages. BUG: 258284 M +2 -5 kmcommands.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1205769