mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Set forwarded flag on cross account move
This commit is contained in:
@@ -300,6 +300,10 @@ public class EntityMessage implements Serializable {
|
||||
return false;
|
||||
}
|
||||
|
||||
boolean isForwarded() {
|
||||
return hasKeyword(MessageHelper.FLAG_FORWARDED);
|
||||
}
|
||||
|
||||
String checkReplyDomain(Context context) {
|
||||
if (from == null || from.length == 0)
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user