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]; }