Added setting to use received header

This commit is contained in:
M66B
2020-07-22 14:57:47 +02:00
parent a3133282bc
commit 3d66251cde
9 changed files with 2345 additions and 6 deletions

View File

@@ -47,6 +47,7 @@ public class TupleAccountState extends EntityAccount {
this.partial_fetch.equals(other.partial_fetch) &&
this.ignore_size.equals(other.ignore_size) &&
this.use_date.equals(other.use_date) &&
this.use_received.equals(other.use_received) &&
this.folders == other.folders &&
Objects.equals(this.tbd, other.tbd));
} else