Monotone-Parent: 30df56fed6201e5630b76375285bd214a212211a

Monotone-Revision: 6900d195b7f7c7e4a5ca052f38e881334fe38c7b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-10-19T14:59:11
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-10-19 14:59:11 +00:00
parent 631a72b223
commit 76fca9c833

View File

@@ -522,6 +522,17 @@ e)
: [super getPrSenderEmailAddress: data inMemCtx: memCtx]);
}
- (int) getPrSenderName: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx
{
return MAPISTORE_ERR_NOT_FOUND;
}
- (int) getPrSenderEntryid: (void **) data inMemCtx: (TALLOC_CTX *) memCtx
{
return MAPISTORE_ERR_NOT_FOUND;
}
- (int) getPrReceivedByEmailAddress: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx
{