1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-25 01:06:04 +00:00

List primary identity

This commit is contained in:
M66B 2018-08-06 09:50:53 +00:00
parent ee03489a31
commit 2e33cc65e0

View file

@ -73,6 +73,6 @@ public class EntityIdentity {
@Override
public String toString() {
return name;
return name + (primary ? "" : "");
}
}