summaryrefslogtreecommitdiffstats
path: root/common/mailpreprocessor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/mailpreprocessor.cpp')
-rw-r--r--common/mailpreprocessor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/mailpreprocessor.cpp b/common/mailpreprocessor.cpp
index d45afe6..17a2f4f 100644
--- a/common/mailpreprocessor.cpp
+++ b/common/mailpreprocessor.cpp
@@ -84,8 +84,8 @@ struct MimeMessageReader {
84static void updatedIndexedProperties(Sink::ApplicationDomain::Mail &mail, KMime::Message::Ptr msg) 84static void updatedIndexedProperties(Sink::ApplicationDomain::Mail &mail, KMime::Message::Ptr msg)
85{ 85{
86 mail.setExtractedSubject(msg->subject(true)->asUnicodeString()); 86 mail.setExtractedSubject(msg->subject(true)->asUnicodeString());
87 mail.setExtractedSender(msg->from(true)->asUnicodeString()); 87 /* mail.setExtractedSender(msg->from(true)->asUnicodeString()); */
88 mail.setExtractedSenderName(msg->from(true)->asUnicodeString()); 88 /* mail.setExtractedSenderName(msg->from(true)->asUnicodeString()); */
89 mail.setExtractedDate(msg->date(true)->dateTime()); 89 mail.setExtractedDate(msg->date(true)->dateTime());
90 90
91 //The rest should never change, unless we didn't have the headers available initially. 91 //The rest should never change, unless we didn't have the headers available initially.