mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 03:38:49 +00:00
Monotone-Parent: c67e427796baa4f88cc5eb37a7574db9c4fb14a3
Monotone-Revision: 12e34f1abc38bd31c7787cad3e2c4cdcbf106a13 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-12-30T14:43:08 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2010-12-30 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/EOQualifier+MAPIFS.m (-evaluateMAPIFSMessage:): added
|
||||
logging for debugging.
|
||||
|
||||
* OpenChange/MAPIStoreSentItemsContext.[hm]: class is now derived
|
||||
from MAPIStoreMailContext and set up its module folder to the
|
||||
user-configured sentFolder of his/her default account.
|
||||
|
||||
@@ -42,12 +42,16 @@
|
||||
- (BOOL) evaluateMAPIFSMessage: (SOGoMAPIFSMessage *) message
|
||||
{
|
||||
NSDictionary *properties;
|
||||
BOOL rc;
|
||||
|
||||
[self logWithFormat: @"evaluating message '%@'", message];
|
||||
|
||||
properties = [message properties];
|
||||
rc = [self _evaluateMAPIFSMessageProperties: properties];
|
||||
|
||||
return [self _evaluateMAPIFSMessageProperties: properties];
|
||||
[self logWithFormat: @" evaluation result: %d", rc];
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user