mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-25 14:59:30 +00:00
(fix) IMIP accept/decline when there is only one MIME part
This commit is contained in:
@@ -334,7 +334,10 @@
|
||||
|
||||
bodyPart = [self clientPart];
|
||||
|
||||
return [NSString stringWithFormat: @"%@/%@", [bodyPart nameInContainer], [self _filenameForAttachment: bodyPart]];
|
||||
if ([bodyPart isKindOfClass: [SOGoMailBodyPart class]])
|
||||
return [NSString stringWithFormat: @"%@/%@", [bodyPart nameInContainer], [self _filenameForAttachment: bodyPart]];
|
||||
|
||||
return @"0";
|
||||
}
|
||||
|
||||
- (NSString *) pathToAttachment
|
||||
|
||||
Reference in New Issue
Block a user