summaryrefslogtreecommitdiffstats
path: root/common/mail/threadindexer.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-02-09 15:18:32 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-02-13 19:42:38 +0100
commitf0643eda63affab7298720c729cac1b1925bda3a (patch)
tree2d385931b1e6b53309307270c1852360959bfd78 /common/mail/threadindexer.cpp
parenta372d9cc6c950beb401aef9005f97faeaf95b804 (diff)
downloadsink-f0643eda63affab7298720c729cac1b1925bda3a.tar.gz
sink-f0643eda63affab7298720c729cac1b1925bda3a.zip
Debugoutput
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;