Set forwarded flag on cross account move

This commit is contained in:
M66B
2021-06-26 17:10:49 +02:00
parent ed7fee781f
commit 808fcd4e02
5 changed files with 25 additions and 8 deletions

View File

@@ -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;