diff options
Diffstat (limited to 'examples/imapresource/imapserverproxy.cpp')
-rw-r--r-- | examples/imapresource/imapserverproxy.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/imapresource/imapserverproxy.cpp b/examples/imapresource/imapserverproxy.cpp index 2dd2d46..8a791a2 100644 --- a/examples/imapresource/imapserverproxy.cpp +++ b/examples/imapresource/imapserverproxy.cpp | |||
@@ -393,7 +393,6 @@ KAsync::Job<QVector<qint64>> ImapServerProxy::fetchHeaders(const QString &mailbo | |||
393 | 393 | ||
394 | KAsync::Job<QVector<qint64>> ImapServerProxy::fetchUids(const QString &mailbox) | 394 | KAsync::Job<QVector<qint64>> ImapServerProxy::fetchUids(const QString &mailbox) |
395 | { | 395 | { |
396 | auto term = KIMAP2::Term(KIMAP2::Term::Uid, KIMAP2::ImapSet(1, 0)); | ||
397 | auto notDeleted = KIMAP2::Term(KIMAP2::Term::Deleted); | 396 | auto notDeleted = KIMAP2::Term(KIMAP2::Term::Deleted); |
398 | notDeleted.setNegated(true); | 397 | notDeleted.setNegated(true); |
399 | return select(mailbox).then<QVector<qint64>>(search(notDeleted)); | 398 | return select(mailbox).then<QVector<qint64>>(search(notDeleted)); |