mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-28 01:22:44 +00:00
Monotone-Parent: 55595f6ee3aaa33db773a4eb60c184519b6f18fd
Monotone-Revision: 9488bb1220eb58936dc8d649bae5b7ecf2fe01fc Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-10-31T19:29:37 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -187,7 +187,7 @@
|
||||
- (int) getPrAttachDataBin: (void **) data
|
||||
inMemCtx: (TALLOC_CTX *) memCtx
|
||||
{
|
||||
*data = [[sogoObject fetchBLOB] asBinaryInMemCtx: memCtx];
|
||||
*data = [[sogoObject fetchBLOBWithPeek: YES] asBinaryInMemCtx: memCtx];
|
||||
|
||||
return MAPISTORE_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user