diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/imapresource/imapresource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/imapresource/imapresource.cpp b/examples/imapresource/imapresource.cpp index 9fb83ab..b28ecf1 100644 --- a/examples/imapresource/imapresource.cpp +++ b/examples/imapresource/imapresource.cpp | |||
@@ -584,7 +584,7 @@ public: | |||
584 | bool syncHeaders = query.hasFilter<ApplicationDomain::Mail::Folder>(); | 584 | bool syncHeaders = query.hasFilter<ApplicationDomain::Mail::Folder>(); |
585 | //FIXME If we were able to to flush in between we could just query the local store for the folder list. | 585 | //FIXME If we were able to to flush in between we could just query the local store for the folder list. |
586 | return getFolderList(imap, query) | 586 | return getFolderList(imap, query) |
587 | .serialEach<void>([=](const Folder &folder) { | 587 | .serialEach([=](const Folder &folder) { |
588 | SinkLog() << "Syncing folder " << folder.path(); | 588 | SinkLog() << "Syncing folder " << folder.path(); |
589 | //Emit notification that the folder is being synced. | 589 | //Emit notification that the folder is being synced. |
590 | //The synchronizer can't do that because it has no concept of the folder filter on a mail sync scope meaning that the folder is being synchronized. | 590 | //The synchronizer can't do that because it has no concept of the folder filter on a mail sync scope meaning that the folder is being synchronized. |