aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOIMAPFolderInfo.h
diff options
context:
space:
mode:
authorGravatar Pitiphong Phongpattranont <pitiphong.p@me.com>2014-09-03 18:41:01 +0700
committerGravatar Pitiphong Phongpattranont <pitiphong.p@me.com>2014-09-03 18:41:01 +0700
commita709168a53a70b20a6466030bfd65a8da98d7dbf (patch)
treeb93ec29fd0958b9d1148923113b069d0081b6fa4 /src/objc/imap/MCOIMAPFolderInfo.h
parent634bbb6bc3a8f24bb32d5f7a0b5691a0caf606b8 (diff)
Add allows new permanent flags property in folder info.
Diffstat (limited to 'src/objc/imap/MCOIMAPFolderInfo.h')
-rw-r--r--src/objc/imap/MCOIMAPFolderInfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/objc/imap/MCOIMAPFolderInfo.h b/src/objc/imap/MCOIMAPFolderInfo.h
index c15c5a37..53ad35b8 100644
--- a/src/objc/imap/MCOIMAPFolderInfo.h
+++ b/src/objc/imap/MCOIMAPFolderInfo.h
@@ -34,6 +34,9 @@
// first uid of the unseen messages.
@property (nonatomic, assign) uint32_t firstUnseenUid;
+/** An boolean indicates that this folder or IMAP server allows to add a new permanent flags */
+@property (nonatomic, assign) BOOL allowsNewPermanentFlags;
+
@end
#endif