You will need to run a custom MySQL command from a program like PhpMyAdmin (usually available in your control panel).
The command to set all users on list 5 to followup sequence 1, delay 0, would be:
update lm_users set cseq = '1' , cdel = '0' where list = '5'
The next update should feature a way for you to do this from within ListMail.