aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/async
diff options
context:
space:
mode:
Diffstat (limited to 'src/async')
-rw-r--r--src/async/imap/MCIMAPOperation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/async/imap/MCIMAPOperation.cpp b/src/async/imap/MCIMAPOperation.cpp
index 9ab30ab0..724c8215 100644
--- a/src/async/imap/MCIMAPOperation.cpp
+++ b/src/async/imap/MCIMAPOperation.cpp
@@ -110,7 +110,7 @@ void IMAPOperation::start()
IMAPAsyncConnection * connection = mMainSession->sessionForFolder(mFolder, mUrgent);
setSession(connection);
}
- mSession->runOperation(this);
+ session()->runOperation(this);
}
struct progressContext {