aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOIMAPPart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objc/imap/MCOIMAPPart.h')
-rw-r--r--src/objc/imap/MCOIMAPPart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objc/imap/MCOIMAPPart.h b/src/objc/imap/MCOIMAPPart.h
index 814aa0a8..660113b5 100644
--- a/src/objc/imap/MCOIMAPPart.h
+++ b/src/objc/imap/MCOIMAPPart.h
@@ -16,7 +16,7 @@
/** Represents a single IMAP message part */
-@interface MCOIMAPPart : MCOAbstractPart
+@interface MCOIMAPPart : MCOAbstractPart <NSCoding>
/** A part identifier looks like 1.2.1 */
@property (nonatomic, copy) NSString * partID;