From c6407d7a43541e8e7fb38643601cb06a83b8e305 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 4 Jun 2017 15:35:24 +0200 Subject: Removed extraContents Seems largely useless now. The only thing this was planned to be used for is to find the sender of temporary nodes (which are not linked in the mimetree I suppose), but that was apparently not yet implemented. Anyways, I think we can solve this over the parttree. --- framework/src/domain/mime/mimetreeparser/messagepart.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'framework/src/domain/mime/mimetreeparser/messagepart.cpp') diff --git a/framework/src/domain/mime/mimetreeparser/messagepart.cpp b/framework/src/domain/mime/mimetreeparser/messagepart.cpp index b6dfd30a..d955e663 100644 --- a/framework/src/domain/mime/mimetreeparser/messagepart.cpp +++ b/framework/src/domain/mime/mimetreeparser/messagepart.cpp @@ -949,7 +949,6 @@ void SignedMessagePart::setVerificationResult(const CryptoBodyPartMemento *m, KM if (!tempNode->head().isEmpty()) { tempNode->contentDescription()->from7BitString("signed data"); } - mOtp->mNodeHelper->attachExtraContent(mNode, tempNode); parseInternal(tempNode, false); } @@ -1193,7 +1192,6 @@ void EncryptedMessagePart::startDecryption(KMime::Content *data) if (!tempNode->head().isEmpty()) { tempNode->contentDescription()->from7BitString("encrypted data"); } - mOtp->mNodeHelper->attachExtraContent(mNode, tempNode); parseInternal(tempNode, false); } -- cgit v1.2.3