diff options
-rw-r--r-- | examples/imapresource/imapresource.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/imapresource/imapresource.cpp b/examples/imapresource/imapresource.cpp index 04cedff..5bf0c30 100644 --- a/examples/imapresource/imapresource.cpp +++ b/examples/imapresource/imapresource.cpp | |||
@@ -475,7 +475,8 @@ public: | |||
475 | folderRemoteId = f; | 475 | folderRemoteId = f; |
476 | } else { | 476 | } else { |
477 | if (folderRemoteId != f) { | 477 | if (folderRemoteId != f) { |
478 | SinkWarningCtx(mLogCtx) << "Not all messages come from the same folder " << r << folderRemoteId; | 478 | SinkWarningCtx(mLogCtx) << "Not all messages come from the same folder " << r << folderRemoteId << ". Skipping message."; |
479 | continue; | ||
479 | } | 480 | } |
480 | } | 481 | } |
481 | toFetch << uidFromMailRid(r); | 482 | toFetch << uidFromMailRid(r); |