From 350a9fb8bf1213022bb250192bb9b855f857f8e1 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 4 Feb 2011 03:49:20 +0000 Subject: [PATCH] Monotone-Parent: 9cd38432efa3f821a55e29054f08c730b4b8df41 Monotone-Revision: 76c9100436fa0dc82d0c5810c4defbc26164b700 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-02-04T03:49:20 Monotone-Branch: ca.inverse.sogo --- OpenChange/MAPIStoreContext.m | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/OpenChange/MAPIStoreContext.m b/OpenChange/MAPIStoreContext.m index 0a6d42318..cbc57d634 100644 --- a/OpenChange/MAPIStoreContext.m +++ b/OpenChange/MAPIStoreContext.m @@ -775,8 +775,9 @@ _prepareContextClass (struct mapistore_context *newMemCtx, const char *propName; void *propValue; - [self logWithFormat: @"INCOMPLETE METHOD '%s' (%d): no recipient handling", - __FUNCTION__, __LINE__]; + // [self logWithFormat: @"INCOMPLETE METHOD '%s' (%d): no recipient handling", + // __FUNCTION__, __LINE__]; + recipients = talloc_zero (memCtx, struct SRowSet); recipients->cRows = 0; recipients->aRow = NULL;