This may be an untimely response to your query, but if you are still interested, in addition to the drop down options you added, you also need to update the reminder.php file that is in the includes/cron directory.
Look for:
PHP Code:
$beginday = $timenow - 86400;
$endday = $timenow + 345600; # 4 Days
Change it the $endday value to be your new maximum plus 1 day. For instance 691200.