From 1d245e28c9b1b18a45097a72bc4ff166c59c37ba Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 31 Oct 2016 18:45:59 +0100 Subject: Mail::Contact mapping --- common/mailpreprocessor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/mailpreprocessor.cpp') 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 { static void updatedIndexedProperties(Sink::ApplicationDomain::Mail &mail, KMime::Message::Ptr msg) { mail.setExtractedSubject(msg->subject(true)->asUnicodeString()); - mail.setExtractedSender(msg->from(true)->asUnicodeString()); - mail.setExtractedSenderName(msg->from(true)->asUnicodeString()); + /* mail.setExtractedSender(msg->from(true)->asUnicodeString()); */ + /* mail.setExtractedSenderName(msg->from(true)->asUnicodeString()); */ mail.setExtractedDate(msg->date(true)->dateTime()); //The rest should never change, unless we didn't have the headers available initially. -- cgit v1.2.3