summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/mime/mimetreeparser/messagepart.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-06-04 15:35:24 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-06-04 15:37:00 +0200
commitc6407d7a43541e8e7fb38643601cb06a83b8e305 (patch)
treec8bcffc01fd710f2bfdabfcb1e7abb1d3560c6c1 /framework/src/domain/mime/mimetreeparser/messagepart.cpp
parent964f0003584a0b745045db75ca6184f54eddd859 (diff)
downloadkube-c6407d7a43541e8e7fb38643601cb06a83b8e305.tar.gz
kube-c6407d7a43541e8e7fb38643601cb06a83b8e305.zip
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.
Diffstat (limited to 'framework/src/domain/mime/mimetreeparser/messagepart.cpp')
-rw-r--r--framework/src/domain/mime/mimetreeparser/messagepart.cpp2
1 files changed, 0 insertions, 2 deletions
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
949 if (!tempNode->head().isEmpty()) { 949 if (!tempNode->head().isEmpty()) {
950 tempNode->contentDescription()->from7BitString("signed data"); 950 tempNode->contentDescription()->from7BitString("signed data");
951 } 951 }
952 mOtp->mNodeHelper->attachExtraContent(mNode, tempNode);
953 952
954 parseInternal(tempNode, false); 953 parseInternal(tempNode, false);
955 } 954 }
@@ -1193,7 +1192,6 @@ void EncryptedMessagePart::startDecryption(KMime::Content *data)
1193 if (!tempNode->head().isEmpty()) { 1192 if (!tempNode->head().isEmpty()) {
1194 tempNode->contentDescription()->from7BitString("encrypted data"); 1193 tempNode->contentDescription()->from7BitString("encrypted data");
1195 } 1194 }
1196 mOtp->mNodeHelper->attachExtraContent(mNode, tempNode);
1197 1195
1198 parseInternal(tempNode, false); 1196 parseInternal(tempNode, false);
1199 } 1197 }