cjsmall
2022-10-27 21:02:32 UTC
Now that I have a Christian Ebert's filter program to display HTML messages
with their embedded images, I've written a macro to filter these messages
from the index and pager menus as follows:
macro index A |viewhtmlmsg\n
macro pager A |viewhtmlmsg\n
This works great.
I'd like to add a macro that does the same thing from the attach page, but
the default is to only pipe out the selected attachment. I'm looking for a
command like the non-existent <save> or <write> that sends the entire
message to stdout regardless of which page you are on. I've tried
<save-message> but it prompts for a location.
Is there another command that does the job or is there a way to instruct
<save-message> to write to stdout? I even tried:
<save-message>/dev/stdout |viewhtmlmsg\n
but this results in a "permission denied" error. Any thoughts?
with their embedded images, I've written a macro to filter these messages
from the index and pager menus as follows:
macro index A |viewhtmlmsg\n
macro pager A |viewhtmlmsg\n
This works great.
I'd like to add a macro that does the same thing from the attach page, but
the default is to only pipe out the selected attachment. I'm looking for a
command like the non-existent <save> or <write> that sends the entire
message to stdout regardless of which page you are on. I've tried
<save-message> but it prompts for a location.
Is there another command that does the job or is there a way to instruct
<save-message> to write to stdout? I even tried:
<save-message>/dev/stdout |viewhtmlmsg\n
but this results in a "permission denied" error. Any thoughts?