[Kde-pim] Re: References/In-Reply-To header broken in KMail

Thomas McGuire mcguire at kde.org
Thu Oct 7 09:24:59 BST 2010


Hi,

On Tuesday 05 October 2010 22:24:18 Tobias König wrote:
> 2) The KMime::Message object, which is passed to
> ComposerViewBase::setMessage is not the one that will be written to the
> outbox for sending.

Correct. The KMime::Message object that is passed to setMessage() will be used 
to fill the composer GUI (text, attachment list, to/from/cc lines etc), but it 
will not be used afterwards for other purposes than restoring the original 
message when the user closes the composer without sending or saving.
When the user saves or sends a message, the information from the composer GUI 
is taken and a new KMime::Message object is created from that, and then passed 
on to Akonadi. This happens in ComposerViewBase::slotEmailAddressResolved().
slotEmailAddressResolved() calls ComposerViewBase::fillInfoPart(), which is 
supposed to fill in the reply to header.

Regards,
Thomas

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-pim/attachments/20101007/0a0ab68f/attachment.sig>
-------------- next part --------------
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/


More information about the kde-pim mailing list