diff options
author | pfennema <paul@bryce.demon.nl> | 2013-12-08 10:33:17 +0100 |
---|---|---|
committer | pfennema <paul@bryce.demon.nl> | 2013-12-08 10:33:17 +0100 |
commit | 5d76e5f9a175e611ea7ef922619012381decf7fc (patch) | |
tree | 55a1a23f665774abb3af8f4e4acde381bb8c5a13 /src/objc/abstract | |
parent | 461a401af5403b66f4b5094340fe8f00b29c60e5 (diff) |
Changed SearchKindCC and SearchKindBCC to SearchKindCc and SearchKindBcc and related code as well
Diffstat (limited to 'src/objc/abstract')
-rw-r--r-- | src/objc/abstract/MCOConstants.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objc/abstract/MCOConstants.h b/src/objc/abstract/MCOConstants.h index 710ea9eb..17af29eb 100644 --- a/src/objc/abstract/MCOConstants.h +++ b/src/objc/abstract/MCOConstants.h @@ -168,9 +168,9 @@ typedef enum { /** Match to */ MCOIMAPSearchKindTo, /** Match CC: */ - MCOIMAPSearchKindCC, + MCOIMAPSearchKindCc, /** Match BCC: */ - MCOIMAPSearchKindBCC, + MCOIMAPSearchKindBcc, /** Match recipient.*/ MCOIMAPSearchKindRecipient, /** Match subject.*/ |