mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Skip self check for reply header
This commit is contained in:
@@ -366,12 +366,8 @@ public class EntityMessage implements Serializable {
|
||||
p.appendText(subject);
|
||||
p.appendElement("br");
|
||||
}
|
||||
} else {
|
||||
DB db = DB.getInstance(context);
|
||||
List<TupleIdentityEx> identities = db.identity().getComposableIdentities(account);
|
||||
boolean self = replySelf(identities, account);
|
||||
p.text(DF.format(new Date(received)) + " " + MessageHelper.formatAddresses(self ? to : from) + ":");
|
||||
}
|
||||
} else
|
||||
p.text(DF.format(new Date(received)) + " " + MessageHelper.formatAddresses(from) + ":");
|
||||
|
||||
if (separate) {
|
||||
Element div = document.createElement("div");
|
||||
|
||||
Reference in New Issue
Block a user