aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-09-17 21:27:46 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-09-17 21:27:46 -0700
commit81cdb16aafd093aeb71e45a03b13714b8489308f (patch)
tree1d90216ad36f481e920b118b813e685bb4766a4f /src/objc
parentd3781eeee6c4f633cc1decfd1324a439f8633240 (diff)
Fixed property name
Diffstat (limited to 'src/objc')
-rw-r--r--src/objc/imap/MCOIMAPFolderStatus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objc/imap/MCOIMAPFolderStatus.h b/src/objc/imap/MCOIMAPFolderStatus.h
index fedd31a3..bd1ddef3 100644
--- a/src/objc/imap/MCOIMAPFolderStatus.h
+++ b/src/objc/imap/MCOIMAPFolderStatus.h
@@ -32,7 +32,7 @@
@property (nonatomic, assign) uint32_t messageCount;
/** Highest modification sequence value for this folder. See CONDSTORE RFC 4551. */
-@property (nonatomic, assign) uint64_t setHighestModSeqValue;
+@property (nonatomic, assign) uint64_t highestModSeqValue;
@end