From dcaadaa5505d02f6afc97dd42291495073a130d7 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 13 Dec 2010 17:07:58 +0000 Subject: [PATCH] Monotone-Parent: 6482adea519086d475da864618f587552d0acbf1 Monotone-Revision: 8b45cc6424e2b06583c8a2dd876057159db48763 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-12-13T17:07:58 Monotone-Branch: ca.inverse.sogo --- OpenChange/SOGoContentObject+MAPIStore.h | 2 +- OpenChange/SOGoContentObject+MAPIStore.m | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/OpenChange/SOGoContentObject+MAPIStore.h b/OpenChange/SOGoContentObject+MAPIStore.h index e8d4d6c14..45433eb9b 100644 --- a/OpenChange/SOGoContentObject+MAPIStore.h +++ b/OpenChange/SOGoContentObject+MAPIStore.h @@ -6,7 +6,7 @@ * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This file is distributed in the hope that it will be useful, diff --git a/OpenChange/SOGoContentObject+MAPIStore.m b/OpenChange/SOGoContentObject+MAPIStore.m index 74310863e..3e2066db5 100644 --- a/OpenChange/SOGoContentObject+MAPIStore.m +++ b/OpenChange/SOGoContentObject+MAPIStore.m @@ -6,7 +6,7 @@ * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This file is distributed in the hope that it will be useful, @@ -20,12 +20,17 @@ * Boston, MA 02111-1307, USA. */ +#import +#import + #import "SOGoContentObject+MAPIStore.h" @implementation SOGoContentObject (MAPIStoreMessage) - (void) MAPISave { + [self logWithFormat: @"-MAPISave"]; + [self saveContentString: content]; }