mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Added raw fetch option
This commit is contained in:
@@ -49,6 +49,7 @@ public class TupleAccountState extends EntityAccount {
|
||||
this.poll_interval.equals(other.poll_interval) &&
|
||||
this.poll_exempted.equals(other.poll_exempted) &&
|
||||
this.partial_fetch.equals(other.partial_fetch) &&
|
||||
this.raw_fetch.equals(other.raw_fetch) &&
|
||||
this.ignore_size.equals(other.ignore_size) &&
|
||||
this.use_date.equals(other.use_date) &&
|
||||
this.use_received.equals(other.use_received) &&
|
||||
|
||||
Reference in New Issue
Block a user