mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
fix(mail): Fix duplication of images when saving draft. Fixes #5888
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
|
||||
/* NGMime representations */
|
||||
|
||||
- (NSData *) mimeMessageForRecipient: (NSString *) theRecipient;
|
||||
- (NSData *)mimeMessageForRecipient:(NSString *)theRecipient extractingImages:(BOOL)extractImage;
|
||||
|
||||
/* operations */
|
||||
- (NSArray *) allRecipients;
|
||||
|
||||
Reference in New Issue
Block a user