mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-01 08:29:45 +00:00
Monotone-Parent: 86ef6adf2b0443af39cafaac0b9a9d66fb753576
Monotone-Revision: 3f20830a3de3ff870541d0f05c25b39079b08e65 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-03-16T21:10:33 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -218,21 +218,13 @@ static Class SOGoMailFolderK, MAPIStoreOutboxFolderK;
|
||||
}
|
||||
|
||||
- (int) getPidTagContainerClass: (void **) data
|
||||
inMemCtx: (TALLOC_CTX *) memCtx
|
||||
inMemCtx: (TALLOC_CTX *) memCtx
|
||||
{
|
||||
*data = [@"IPF.Note" asUnicodeInMemCtx: memCtx];
|
||||
|
||||
return MAPISTORE_SUCCESS;
|
||||
}
|
||||
|
||||
- (int) getPidTagMessageClass: (void **) data
|
||||
inMemCtx: (TALLOC_CTX *) memCtx
|
||||
{
|
||||
*data = [@"IPM.Note" asUnicodeInMemCtx: memCtx];
|
||||
|
||||
return MAPISTORE_SUCCESS;
|
||||
}
|
||||
|
||||
- (EOQualifier *) nonDeletedQualifier
|
||||
{
|
||||
static EOQualifier *nonDeletedQualifier = nil;
|
||||
|
||||
Reference in New Issue
Block a user