mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-04 22:40:32 +00:00
Oops
This commit is contained in:
parent
2945bfa969
commit
decd0becbf
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue