Summary: | opening mails from external apps results in blank mail window | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Andreas Kuhl <mail> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.0.89 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andreas Kuhl
2010-11-29 15:47:43 UTC
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 |