summaryrefslogtreecommitdiffstats
path: root/common/mail/threadindexer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/mail/threadindexer.cpp')
-rw-r--r--common/mail/threadindexer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/mail/threadindexer.cpp b/common/mail/threadindexer.cpp
index 3da2fdd..6f2933c 100644
--- a/common/mail/threadindexer.cpp
+++ b/common/mail/threadindexer.cpp
@@ -87,8 +87,8 @@ void ThreadIndexer::updateThreadingIndex(const QByteArray &identifier, const App
87 const auto subject = entity.getProperty(Mail::Subject::name); 87 const auto subject = entity.getProperty(Mail::Subject::name);
88 const auto normalizedSubject = stripOffPrefixes(subject.toString()).toUtf8(); 88 const auto normalizedSubject = stripOffPrefixes(subject.toString()).toUtf8();
89 if (messageId.toByteArray().isEmpty()) { 89 if (messageId.toByteArray().isEmpty()) {
90 SinkError() << "Found an email without messageId. This is illegal and threading will break. Entity id: " << identifier; 90 SinkWarning() << "Found an email without messageId. This is illegal and threading will break. Entity id: " << identifier;
91 SinkError() << "Subject: " << subject; 91 SinkWarning() << "Subject: " << subject;
92 } 92 }
93 93
94 QVector<QByteArray> thread; 94 QVector<QByteArray> thread;