mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-19 13:25:57 +00:00
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:
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user