Monotone-Parent: c2bdfbc593f7ac0758ee78b63baee4d5b409e6bd

Monotone-Revision: a297f80b93f195cc2534f1493b2f4e4a124cf3ca

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-10-26T21:33:51
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-10-26 21:33:51 +00:00
parent 75e3dac9b6
commit cc335e8f72
12 changed files with 592 additions and 1306 deletions

View File

@@ -23,13 +23,9 @@
#ifndef MAPISTOREFSMESSAGE_H
#define MAPISTOREFSMESSAGE_H
#import "MAPIStoreMessage.h"
@interface MAPIStoreFSMessage : MAPIStoreMessage
{
BOOL fetchedAttachments;
}
#import "MAPIStoreMemMessage.h"
@interface MAPIStoreFSMessage : MAPIStoreMemMessage
@end
#endif /* MAPISTOREFSMESSAGE_H */