POP3 is polled always

This commit is contained in:
M66B
2020-04-04 08:34:37 +02:00
parent bc57c37eda
commit c225f88159

View File

@@ -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);
}