aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/abstract
diff options
context:
space:
mode:
authorGravatar Prapat <prapat@throughwave.co.th>2014-09-02 18:11:09 +0700
committerGravatar Prapat <prapat@throughwave.co.th>2014-09-02 18:11:09 +0700
commit485fa9d194d869b7e7f7dc3bcebba6ed2bc6fd03 (patch)
tree7b8f9dd166de07576696410c04f6d2f31bc7cfa7 /src/core/abstract
parent634bbb6bc3a8f24bb32d5f7a0b5691a0caf606b8 (diff)
Add IMAP search body
Diffstat (limited to 'src/core/abstract')
-rw-r--r--src/core/abstract/MCMessageConstants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/abstract/MCMessageConstants.h b/src/core/abstract/MCMessageConstants.h
index 222ca322..145d9917 100644
--- a/src/core/abstract/MCMessageConstants.h
+++ b/src/core/abstract/MCMessageConstants.h
@@ -178,6 +178,7 @@ namespace mailcore {
IMAPSearchKindRecipient, // Recipient is the combination of To, Cc and Bcc
IMAPSearchKindSubject,
IMAPSearchKindContent,
+ IMAPSearchKindBody,
IMAPSearchKindUIDs,
IMAPSearchKindHeader,
IMAPSearchKindRead,