aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/imap/MCIMAPSession.h
diff options
context:
space:
mode:
authorGravatar Michal Kalis <michal.kalis@cleverlance.com>2014-01-23 15:14:23 +0100
committerGravatar Michal Kalis <michal.kalis@cleverlance.com>2014-01-23 15:14:23 +0100
commit686187b5d35e912d47a1fee710782396ff626bdc (patch)
treec61211f941aa53b0d1fb6f30f3ba07fa9f69e5b3 /src/core/imap/MCIMAPSession.h
parent1abdb5e16f8275770efc278049ba473612a0d759 (diff)
Method storeFlags supports custom flags
Diffstat (limited to 'src/core/imap/MCIMAPSession.h')
-rwxr-xr-xsrc/core/imap/MCIMAPSession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/imap/MCIMAPSession.h b/src/core/imap/MCIMAPSession.h
index f185483f..7a7c2ef0 100755
--- a/src/core/imap/MCIMAPSession.h
+++ b/src/core/imap/MCIMAPSession.h
@@ -121,7 +121,7 @@ namespace mailcore {
IMAPProgressCallback * progressCallback,
Array * extraHeaders, ErrorCode * pError);
- virtual void storeFlags(String * folder, IndexSet * uids, IMAPStoreFlagsRequestKind kind, MessageFlag flags, ErrorCode * pError);
+ virtual void storeFlags(String * folder, IndexSet * uids, IMAPStoreFlagsRequestKind kind, MessageFlag flags, Array * customFlags, ErrorCode * pError);
virtual void storeLabels(String * folder, IndexSet * uids, IMAPStoreFlagsRequestKind kind, Array * labels, ErrorCode * pError);
virtual IndexSet * search(String * folder, IMAPSearchKind kind, String * searchString, ErrorCode * pError);