mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 19:05:25 +00:00
Make all attachments available when re/fwd'ing
To do so, we save the draft to the mailstore.
This commit is contained in:
@@ -931,10 +931,9 @@ static NSString *userAgent = nil;
|
||||
|
||||
[self storeInfo];
|
||||
|
||||
if (!asInline)
|
||||
// When the user has chosen to forward messages as attachment, immediately save the message
|
||||
// to the IMAP store so the user can eventually view the attached file from the Web interface
|
||||
[self save];
|
||||
// Save the message to the IMAP store so the user can eventually view the attached file(s)
|
||||
// from the Web interface
|
||||
[self save];
|
||||
}
|
||||
|
||||
/* accessors */
|
||||
|
||||
Reference in New Issue
Block a user