mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Oops
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user