summaryrefslogtreecommitdiffstats
path: root/examples/imapresource
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-06-14 14:20:02 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-06-14 14:20:02 +0200
commit71ee6fc9b75bfb158ba507d9bd42b64d750029e0 (patch)
tree7f5426c4bd8739284ada8073484dff5a65e139b2 /examples/imapresource
parentead1720e78ca49837e1365e4b5dfb1b3f43632bc (diff)
downloadsink-71ee6fc9b75bfb158ba507d9bd42b64d750029e0.tar.gz
sink-71ee6fc9b75bfb158ba507d9bd42b64d750029e0.zip
Cleanup
Diffstat (limited to 'examples/imapresource')
-rw-r--r--examples/imapresource/imapresource.cpp2
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.