diff options
Diffstat (limited to 'examples/imapresource/imapresource.cpp')
-rw-r--r-- | examples/imapresource/imapresource.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/imapresource/imapresource.cpp b/examples/imapresource/imapresource.cpp index 0b1437a..8422b49 100644 --- a/examples/imapresource/imapresource.cpp +++ b/examples/imapresource/imapresource.cpp | |||
@@ -236,6 +236,9 @@ public: | |||
236 | 236 | ||
237 | modify(ENTITY_TYPE_MAIL, remoteId, mail); | 237 | modify(ENTITY_TYPE_MAIL, remoteId, mail); |
238 | } | 238 | } |
239 | }) | ||
240 | .syncThen<void, SelectResult>([this, folder](const SelectResult &selectResult) { | ||
241 | syncStore().writeValue(folder.normalizedPath().toUtf8() + "changedsince", QByteArray::number(selectResult.highestModSequence)); | ||
239 | }); | 242 | }); |
240 | }) | 243 | }) |
241 | .then<void>([=]() { | 244 | .then<void>([=]() { |