mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
@@ -3287,11 +3287,8 @@ class Core {
|
||||
boolean use_modseq = prefs.getBoolean("use_modseq", true);
|
||||
boolean perform_expunge = prefs.getBoolean("perform_expunge", true);
|
||||
|
||||
if (account.isYahoo() || account.isAol()) {
|
||||
if (account.isYahoo() || account.isAol())
|
||||
sync_nodate = false;
|
||||
sync_unseen = false;
|
||||
sync_flagged = false;
|
||||
}
|
||||
|
||||
if (account.isZoho()) {
|
||||
sync_unseen = false;
|
||||
|
||||
Reference in New Issue
Block a user