Change so abort=true does not break the loop in exec_hook(), provide a new 'break' flag for this purpose
program/lib/Roundcube/rcube_plugin_api.php @@ -403,7 +403,7 @@ $args = $ret + $args; } if ($args['abort']) { if ($args['break']) { break; } }