Monotone-Parent: d9d96a71698ba6eb9112c73fcee541b79e0e1b1c

Monotone-Revision: bef1a9b5ada44d9a6a9b4d97cce3d904c62a5b1b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-15T20:26:15
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-08-15 20:26:15 +00:00
parent 456c58dfec
commit d585538a87
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -86,7 +86,7 @@
/* deletion */
- (BOOL)isDeletionAllowed;
- (NSException *)trashInContext:(id)_ctx;
- (NSException *) trashInContext:(id)_ctx;
- (NSException *) moveToFolderNamed: (NSString *) folderName
inContext: (id)_ctx;
+4 -2
View File
@@ -134,7 +134,8 @@ static BOOL debugSoParts = NO;
/* part hierarchy */
- (NSString *)keyExtensionForPart:(id)_partInfo {
- (NSString *) keyExtensionForPart: (id) _partInfo
{
NSString *mt, *st;
if (_partInfo == nil)
@@ -200,7 +201,8 @@ static BOOL debugSoParts = NO;
/* message */
- (id)fetchParts:(NSArray *)_parts {
- (id) fetchParts: (NSArray *) _parts
{
// TODO: explain what it does
/*
Called by -fetchPlainTextParts: