Hi, How can I filter (with, say, /bin/sed) an email before mime_forward'ing it?
I have this macro: macro pager,index St "<enter-command>set noautoedit mime_fwd editor=/bin/true<enter><forward-message>[email protected]<enter><kill-line>test report<enter><send-message><delete-message><enter-command>set autoedit nomime_fwd editor=\"vim +'/^$'\"<enter>" "Test forward" And I'd like to adapt it to filter the forwarded message with a few sed rules. Thanks,
