diff options
author | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2014-09-17 21:27:46 -0700 |
---|---|---|
committer | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2014-09-17 21:27:46 -0700 |
commit | 81cdb16aafd093aeb71e45a03b13714b8489308f (patch) | |
tree | 1d90216ad36f481e920b118b813e685bb4766a4f /src/objc | |
parent | d3781eeee6c4f633cc1decfd1324a439f8633240 (diff) |
Fixed property name
Diffstat (limited to 'src/objc')
-rw-r--r-- | src/objc/imap/MCOIMAPFolderStatus.h | 2 |
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 |