aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/async/imap
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-05-18 19:11:59 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-05-18 19:11:59 -0700
commit181d4b33f1345d41846bcc87092efd569289e434 (patch)
treebc9acf4fb9bc8c575c4622e8838a49b6548402b6 /src/async/imap
parentd7f6c8df7043982f65070f200e1780a1bf0bdb1a (diff)
Additional fix for Linux build
Diffstat (limited to 'src/async/imap')
-rwxr-xr-xsrc/async/imap/MCIMAPAsyncSession.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/async/imap/MCIMAPAsyncSession.cc b/src/async/imap/MCIMAPAsyncSession.cc
index 122df2cc..c0ee27f1 100755
--- a/src/async/imap/MCIMAPAsyncSession.cc
+++ b/src/async/imap/MCIMAPAsyncSession.cc
@@ -230,7 +230,9 @@ IMAPAsyncConnection * IMAPAsyncSession::session()
session->setVoIPEnabled(mVoIPEnabled);
session->setDefaultNamespace(mDefaultNamespace);
session->setClientIdentity(mClientIdentity);
+#if __APPLE__
session->setDispatchQueue(mDispatchQueue);
+#endif
#if 0 // should be implemented properly
if (mAutomaticConfigurationDone) {
session->setAutomaticConfigurationEnabled(false);