mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-25 07:23:03 +00:00
Verizon
This commit is contained in:
parent
e6a970dda5
commit
9f6fe01b95
1 changed files with 4 additions and 1 deletions
|
@ -3287,8 +3287,11 @@ class Core {
|
||||||
boolean use_modseq = prefs.getBoolean("use_modseq", true);
|
boolean use_modseq = prefs.getBoolean("use_modseq", true);
|
||||||
boolean perform_expunge = prefs.getBoolean("perform_expunge", true);
|
boolean perform_expunge = prefs.getBoolean("perform_expunge", true);
|
||||||
|
|
||||||
if (account.isYahoo() || account.isAol())
|
if (account.isYahoo() || account.isAol()) {
|
||||||
sync_nodate = false;
|
sync_nodate = false;
|
||||||
|
sync_unseen = false;
|
||||||
|
sync_flagged = false;
|
||||||
|
}
|
||||||
|
|
||||||
if (account.isZoho()) {
|
if (account.isZoho()) {
|
||||||
sync_unseen = false;
|
sync_unseen = false;
|
||||||
|
|
Loading…
Reference in a new issue