I'm looking to adjust the way mutt prints. I had just been piping things to lpr, but I decided to try and get a little fancier.
So I tried the following two commands: set print_command="enscript -Email --word-wrap -r -t %s -G -2" and set print_command="a2ps -=mail -2" a2ps works nicely, and the header is nice... unfortunately there is no word wrap, so things fold mid-word and makes reading the mail difficult. Enscript does proper word wraps but doesn't generate a useful title. Since print_decode is set, mutt is parsing the message before piping it. I was wondering if there is a way to have mutt hand me the subject of the message so that I could pass it to the -t option of enscript to formulate a title. Thanks, -Joseph