mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
POP3 is polled always
This commit is contained in:
@@ -444,7 +444,7 @@ public class FragmentOptionsSynchronize extends FragmentBase implements SharedPr
|
||||
}
|
||||
|
||||
private void bindTo(EntityAccount account) {
|
||||
cbExempted.setEnabled(!account.ondemand);
|
||||
cbExempted.setEnabled(!account.ondemand && account.protocol == EntityAccount.TYPE_IMAP);
|
||||
cbExempted.setChecked(account.poll_exempted);
|
||||
cbExempted.setText(account.name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user