aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/imap/MCIMAPSession.h
diff options
context:
space:
mode:
authorGravatar Robert Widmann <devteam.codafi@gmail.com>2016-03-20 23:32:33 -0400
committerGravatar Robert Widmann <devteam.codafi@gmail.com>2016-03-20 23:32:33 -0400
commit8942b2df00f71684f793308638f657bc8612cb7b (patch)
treedd05eb3cf8d84f4af6dc29d7410fa14961d87bde /src/core/imap/MCIMAPSession.h
parentf77b7ca317ada1be8c3c87a083753ab23ccb5ef1 (diff)
Remove duplicate mCanIdle
Diffstat (limited to 'src/core/imap/MCIMAPSession.h')
-rwxr-xr-xsrc/core/imap/MCIMAPSession.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/imap/MCIMAPSession.h b/src/core/imap/MCIMAPSession.h
index fa230d40..e9b8130c 100755
--- a/src/core/imap/MCIMAPSession.h
+++ b/src/core/imap/MCIMAPSession.h
@@ -263,7 +263,6 @@ namespace mailcore {
unsigned int mLastFetchedSequenceNumber;
String * mCurrentFolder;
pthread_mutex_t mIdleLock;
- bool mCanIdle;
int mState;
mailimap * mImap;
IMAPProgressCallback * mProgressCallback;