mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Added option connect via unmetered only
This commit is contained in:
@@ -50,6 +50,7 @@ public class TupleAccountState extends EntityAccount {
|
||||
this.ignore_size.equals(other.ignore_size) &&
|
||||
this.use_date.equals(other.use_date) &&
|
||||
this.use_received.equals(other.use_received) &&
|
||||
Objects.equals(this.conditions, other.conditions) &&
|
||||
this.folders == other.folders &&
|
||||
Objects.equals(this.tbd, other.tbd));
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user