Details
Description
In the postProcess functions in the various civimail forms, a redirect is used when the user selects the option to save and continue later. This prevents subsequent hooks from being called.
Attached patch fixes this issue by assigning the redirect url to the form object. Then in CRM_Core_Form::mainProcess(), a redirect is performed after the calls to the hook if the url exists.