In /admin/selectprunethreads.php

search for:
$savequery .= " AND t1.B_Kept <> '1' ";

replace with:
$savequery .= " AND t1.B_Kept <> 'K' ";