mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Reply-to is not self
This commit is contained in:
@@ -289,8 +289,8 @@ public class EntityMessage implements Serializable {
|
||||
List<Address> senders = new ArrayList<>();
|
||||
if (from != null)
|
||||
senders.addAll(Arrays.asList(from));
|
||||
if (reply != null)
|
||||
senders.addAll(Arrays.asList(reply));
|
||||
//if (reply != null)
|
||||
// senders.addAll(Arrays.asList(reply));
|
||||
|
||||
if (identities != null)
|
||||
for (TupleIdentityEx identity : identities)
|
||||
|
||||
Reference in New Issue
Block a user