Make all attachments available when re/fwd'ing

To do so, we save the draft to the mailstore.
This commit is contained in:
Francis Lachapelle
2014-01-23 14:39:03 -05:00
parent b26e767a10
commit 5105dbb342
+3 -4
View File
@@ -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 */