aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xsrc/core/imap/MCIMAPSession.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/imap/MCIMAPSession.cc b/src/core/imap/MCIMAPSession.cc
index 09f78ec1..c54d8395 100755
--- a/src/core/imap/MCIMAPSession.cc
+++ b/src/core/imap/MCIMAPSession.cc
@@ -3058,7 +3058,7 @@ IndexSet * IMAPSession::capability(ErrorCode * pError)
result->addIndex(IMAPCapabilityCondstore);
mCondstoreEnabled = true;
}
- if (mailimap_has_condstore(mImap)) {
+ if (mailimap_has_qresync(mImap)) {
result->addIndex(IMAPCapabilityQResync);
mQResyncEnabled = true;
}