diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-24 10:50:28 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-24 10:50:28 +0100 |
commit | c607a01b6931604baffef846dccad38f7a71a192 (patch) | |
tree | 3d29fc49740068c5c66f5da95aea11d884e5a30e /accounts/maildir/maildircontroller.cpp | |
parent | 1bafda42888c37b47bdd5d18118bf3e6912f0f82 (diff) | |
parent | 07b55e8e8b21873eeb5b39f1306f6665b1630c46 (diff) | |
download | kube-c607a01b6931604baffef846dccad38f7a71a192.tar.gz kube-c607a01b6931604baffef846dccad38f7a71a192.zip |
Merge branch 'dev/imapsync' into develop
Diffstat (limited to 'accounts/maildir/maildircontroller.cpp')
-rw-r--r-- | accounts/maildir/maildircontroller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/maildir/maildircontroller.cpp b/accounts/maildir/maildircontroller.cpp index dc34d59a..fa211284 100644 --- a/accounts/maildir/maildircontroller.cpp +++ b/accounts/maildir/maildircontroller.cpp | |||
@@ -85,7 +85,7 @@ void MaildirController::loadAccount(const QByteArray &id) | |||
85 | { | 85 | { |
86 | Q_ASSERT(!mAccountIdentifier.isEmpty()); | 86 | Q_ASSERT(!mAccountIdentifier.isEmpty()); |
87 | Store::fetchOne<SinkAccount>(Query().filter(mAccountIdentifier)) | 87 | Store::fetchOne<SinkAccount>(Query().filter(mAccountIdentifier)) |
88 | .syncThen<void, SinkAccount>([this](const SinkAccount &account) { | 88 | .then([this](const SinkAccount &account) { |
89 | mIcon = account.getIcon(); | 89 | mIcon = account.getIcon(); |
90 | mName = account.getName(); | 90 | mName = account.getName(); |
91 | emit nameChanged(); | 91 | emit nameChanged(); |