I found the same – I had the wp users imported before disabling the confirmation feature.
This is crazy that you can’t change in the UI.
I fixed manually by editing the DB:
update wp_mailpoet_subscribers set status=’subscribed’ where status=’unconfirmed’;