aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/abstract
diff options
context:
space:
mode:
authorGravatar Prapat <prapat@throughwave.co.th>2014-09-08 11:42:47 +0700
committerGravatar Prapat <prapat@throughwave.co.th>2014-09-08 11:42:47 +0700
commit1f0cd8f2fa6a8ff68bdb3c836e3bbe4845c34b37 (patch)
treee444f180328dcb6daea9172fdfcb34e68b71d72f /src/objc/abstract
parent485fa9d194d869b7e7f7dc3bcebba6ed2bc6fd03 (diff)
Clarify the difference between -searchBody: and -searchContent:
Diffstat (limited to 'src/objc/abstract')
-rw-r--r--src/objc/abstract/MCOConstants.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objc/abstract/MCOConstants.h b/src/objc/abstract/MCOConstants.h
index 53406727..85c92414 100644
--- a/src/objc/abstract/MCOConstants.h
+++ b/src/objc/abstract/MCOConstants.h
@@ -180,9 +180,9 @@ typedef NS_ENUM(NSInteger, MCOIMAPSearchKind) {
MCOIMAPSearchKindRecipient,
/** Match subject.*/
MCOIMAPSearchKindSubject,
- /** Match content of the message.*/
+ /** Match content of the message, including the headers.*/
MCOIMAPSearchKindContent,
- /** Match body of the message.*/
+ /** Match content of the message, excluding the headers.*/
MCOIMAPSearchKindBody,
/** Match uids */
MCOIMAPSearchKindUids,