diff options
author | Prapat <prapat@throughwave.co.th> | 2014-09-02 18:11:09 +0700 |
---|---|---|
committer | Prapat <prapat@throughwave.co.th> | 2014-09-02 18:11:09 +0700 |
commit | 485fa9d194d869b7e7f7dc3bcebba6ed2bc6fd03 (patch) | |
tree | 7b8f9dd166de07576696410c04f6d2f31bc7cfa7 /src/core/abstract | |
parent | 634bbb6bc3a8f24bb32d5f7a0b5691a0caf606b8 (diff) |
Add IMAP search body
Diffstat (limited to 'src/core/abstract')
-rw-r--r-- | src/core/abstract/MCMessageConstants.h | 1 |
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, |