aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-06-02 23:46:45 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-06-02 23:46:45 -0700
commitd60cda2170fae555215470d4bdc0fd2cacfe8974 (patch)
tree788d7598daec6465489dc7dae8c5f41d8b0f98b2 /src/objc/imap
parenta50cc37035e321b35d7df59dcb50faca960155b0 (diff)
property name: VoIPEnabled -> voIPEnabled
Diffstat (limited to 'src/objc/imap')
-rw-r--r--src/objc/imap/MCOIMAPSession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objc/imap/MCOIMAPSession.h b/src/objc/imap/MCOIMAPSession.h
index c2802fe5..eec0d152 100644
--- a/src/objc/imap/MCOIMAPSession.h
+++ b/src/objc/imap/MCOIMAPSession.h
@@ -70,7 +70,7 @@
@property (nonatomic, assign) BOOL checkCertificateEnabled;
/** When set to YES, VoIP capability will be enabled on the IMAP connection on iOS */
-@property (nonatomic, assign, getter=isVoIPEnabled) BOOL VoIPEnabled;
+@property (nonatomic, assign, getter=isVoIPEnabled) BOOL voIPEnabled;
/** The default delimiter for the folder paths */
@property (nonatomic, assign) char delimiter;