aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOIMAPSession.h
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-05-31 23:32:41 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-05-31 23:32:41 -0700
commitb4d558aadaecc65267d4599faeddaabbfa66795a (patch)
tree5d37476554ef92e9cf5cba20ec9b6589119faf0b /src/objc/imap/MCOIMAPSession.h
parent3642bb3f562320efe2351bdf89f839c600b06d67 (diff)
Fixed #61: annotate explicitely -copyMessagesOperationWithFolder:uids:destFolder: to avoid wrong guess by clang ARC
Diffstat (limited to 'src/objc/imap/MCOIMAPSession.h')
-rw-r--r--src/objc/imap/MCOIMAPSession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objc/imap/MCOIMAPSession.h b/src/objc/imap/MCOIMAPSession.h
index 99d67532..344550b5 100644
--- a/src/objc/imap/MCOIMAPSession.h
+++ b/src/objc/imap/MCOIMAPSession.h
@@ -214,7 +214,7 @@
//
- (MCOIMAPCopyMessagesOperation *)copyMessagesOperationWithFolder:(NSString *)folder
uids:(MCOIndexSet *)uids
- destFolder:(NSString *)destFolder;
+ destFolder:(NSString *)destFolder NS_RETURNS_NOT_RETAINED;
// Returns an operation to expunge a folder.