diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-02-09 15:18:32 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-02-13 19:42:38 +0100 |
commit | f0643eda63affab7298720c729cac1b1925bda3a (patch) | |
tree | 2d385931b1e6b53309307270c1852360959bfd78 /common/mail/threadindexer.cpp | |
parent | a372d9cc6c950beb401aef9005f97faeaf95b804 (diff) | |
download | sink-f0643eda63affab7298720c729cac1b1925bda3a.tar.gz sink-f0643eda63affab7298720c729cac1b1925bda3a.zip |
Debugoutput
Diffstat (limited to 'common/mail/threadindexer.cpp')
-rw-r--r-- | common/mail/threadindexer.cpp | 4 |
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; |