mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 17:05:10 +00:00
See ChangeLog
Monotone-Parent: b593ce96638476fad98d678453ca6af6112169fb Monotone-Revision: bc91dad52acb790e0e4511b1b3ac70a21efd53fb Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-01-14T13:13:32 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1127,15 +1127,15 @@ _prepareContextClass (struct mapistore_context *newMemCtx,
|
||||
{
|
||||
*path = [[objectURL substringFromIndex: 7]
|
||||
asUnicodeInMemCtx: memCtx];
|
||||
[self logWithFormat: @"found path for fmid %.16x: '%s'",
|
||||
fmid, *path];
|
||||
[self logWithFormat: @"found path '%s' for fmid %.16x",
|
||||
*path, fmid];
|
||||
rc = MAPISTORE_SUCCESS;
|
||||
}
|
||||
else
|
||||
{
|
||||
[self warnWithFormat: @"fmid 0x%.16x was found but is not"
|
||||
@" part of this context (%@, %@)",
|
||||
fmid, objectURL, uri];
|
||||
[self logWithFormat: @"context (%@, %@) does not contain"
|
||||
@" found fmid: 0x%.16x",
|
||||
objectURL, uri, fmid];
|
||||
*path = NULL;
|
||||
rc = MAPI_E_NOT_FOUND;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user