Have a question about CiviCRM? Get it answered quickly at the new CiviCRM Stack Exchange Q+A siteThis forum was archived on 25 November 2017. Learn more.How to get involved.What to do if you think you've found a bug.
3. currently not possible. If someone wants to contribute a custom search (or patch for this) that would be great and appreciated
update civicrm_email set on_hold = 0;
I still did not find how to change it - except, as Stoob suggested, going to the database and doing:Code: [Select]update civicrm_email set on_hold = 0;Is there a better way?