mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-02 12:02:45 +00:00
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user