(Again, this may be OSX-specific, and may well be related to the renowned brokenness of poll on OSX.)
No filter, that I've tried, on any type/subtype, will return its output to the screen and allow mshow to continue processing; it just hangs indefinitely and has to be aborted.
A trace reveals that the filter does actually return its output (the line:
read(0x5, "This is a test, with some html formatting, and an attachment.\n\n\n\0", 0x200) = 64 0
below), but for some reason it doesn't make it as far as the tty. Example, using the 'default' text/html filter:
(Again, this may be OSX-specific, and may well be related to the renowned brokenness of
poll
on OSX.)No filter, that I've tried, on any type/subtype, will return its output to the screen and allow
mshow
to continue processing; it just hangs indefinitely and has to be aborted.A trace reveals that the filter does actually return its output (the line:
below), but for some reason it doesn't make it as far as the tty. Example, using the 'default' text/html filter:
(it just continues like this until abort.)