mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Changed shared link title
This commit is contained in:
@@ -261,6 +261,10 @@ public class EntityMessage implements Serializable {
|
||||
return "<" + UUID.randomUUID() + "@" + domain + '>';
|
||||
}
|
||||
|
||||
String getLink() {
|
||||
return "message://email.faircode.eu/link/#" + id;
|
||||
}
|
||||
|
||||
boolean isPlainOnly() {
|
||||
return (this.plain_only != null && (this.plain_only & 1) != 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user