Skip to content

Fix resend after import

Christian Schoenebeck requested to merge cuse/kmail:fix_open_resend into master

After importing a message via 'File' -> 'Open...', sending that message via 'Message' -> 'Send again...' was broken, as the latter menu action would simply do nothing.

Fix this issue by not returning from slotResendMessage() if message viewer's associated Akonadi::Item is not valid, which is always the case on imported MIME message files.

Merge request reports