From e20f416d09ce7fc2aed26c9b927524247ea63298 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 24 Oct 2011 20:48:03 +0000 Subject: [PATCH] Monotone-Parent: 78bf27c4571563117a85d2db0f4bb11b16e42f81 Monotone-Revision: b5395887a09dd182d09095356fc372c77721f166 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-10-24T20:48:03 Monotone-Branch: ca.inverse.sogo --- OpenChange/MAPIStoreContactsMessage.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OpenChange/MAPIStoreContactsMessage.h b/OpenChange/MAPIStoreContactsMessage.h index 68f75c93d..f22a077a1 100644 --- a/OpenChange/MAPIStoreContactsMessage.h +++ b/OpenChange/MAPIStoreContactsMessage.h @@ -26,6 +26,9 @@ #import "MAPIStoreGCSMessage.h" @interface MAPIStoreContactsMessage : MAPIStoreGCSMessage +{ + BOOL fetchedAttachments; +} @end