mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 15:40:59 +01:00
List primary identity
This commit is contained in:
@@ -73,6 +73,6 @@ public class EntityIdentity {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return name;
|
||||
return name + (primary ? " ★" : "");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user