1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-04 22:40:32 +00:00
This commit is contained in:
M66B 2021-12-18 10:55:32 +01:00
parent 2945bfa969
commit decd0becbf

View file

@ -690,7 +690,7 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
max_size = iservice.getMaxSize();
List<Address> recipients = new ArrayList<>();
if (message.headers == null) {
if (message.headers == null || !Boolean.TRUE.equals(message.resend)) {
Address[] all = imessage.getAllRecipients();
if (all != null)
recipients.addAll(Arrays.asList(all));