Monotone-Parent: 6482adea519086d475da864618f587552d0acbf1

Monotone-Revision: 8b45cc6424e2b06583c8a2dd876057159db48763

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-12-13T17:07:58
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-12-13 17:07:58 +00:00
parent 0ae53f51d8
commit dcaadaa550
2 changed files with 7 additions and 2 deletions

View File

@@ -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 <Foundation/NSString.h>
#import <NGExtensions/NSObject+Logs.h>
#import "SOGoContentObject+MAPIStore.h"
@implementation SOGoContentObject (MAPIStoreMessage)
- (void) MAPISave
{
[self logWithFormat: @"-MAPISave"];
[self saveContentString: content];
}