POP3 is polled always

pull/178/head
M66B 5 years ago
parent bc57c37eda
commit c225f88159

@ -444,7 +444,7 @@ public class FragmentOptionsSynchronize extends FragmentBase implements SharedPr
} }
private void bindTo(EntityAccount account) { private void bindTo(EntityAccount account) {
cbExempted.setEnabled(!account.ondemand); cbExempted.setEnabled(!account.ondemand && account.protocol == EntityAccount.TYPE_IMAP);
cbExempted.setChecked(account.poll_exempted); cbExempted.setChecked(account.poll_exempted);
cbExempted.setText(account.name); cbExempted.setText(account.name);
} }

Loading…
Cancel
Save