Ian Kelly wrote: >So I'm going to poll the players and watchers: Upon first seeing >Peekee's message, were you able to understand it within a reasonable >amount of effort? If so, was a knowledge of HTML required?
As I said earlier, it first appeared to me as HTML source. I manually passed it through `perl -MHTML::Entities -pe '$_=decode_entities($_)'` to see the message. Upon experimentation, I now find that mutt can be coerced to launch a renderer for it: if I explicitly invoke the MIME view, and select the sole component, the body gets passed on to elinks. -zefram