mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 08:55:08 +00:00
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:
@@ -86,7 +86,7 @@
|
||||
/* deletion */
|
||||
|
||||
- (BOOL)isDeletionAllowed;
|
||||
- (NSException *)trashInContext:(id)_ctx;
|
||||
- (NSException *) trashInContext:(id)_ctx;
|
||||
- (NSException *) moveToFolderNamed: (NSString *) folderName
|
||||
inContext: (id)_ctx;
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user