Hello to all, I am constructing a mutt macro which shall pipe the text/plain message to a script that processes the markdown formatting and inserts the HTML output into the HTML template. This so far works well.
However, it would be beneficial to get an option to pipe with the arguments such as $from_email or $from_name, $subject and $to_name I am thinking of something like: |process_email.pl %from %to %subject If anyone has an idea how to implement that on the pipe, let me know. Thank you, Raul