On Tue, 31 Aug 2010 23:54:28 +0100, Frank Shute <[email protected]> wrote: > For printing from mutt, I use the following in ~/.muttrc > > set print_command="a2ps -1 > ~/mail.ps; gv ~/mail.ps" > > Obviously, that views the postcript file first & then I print from gv.
What about "lpr ~/mail.ps" instead of "gv ~/mail.ps"? This would actually send the output PS to the default printer queue, causing the message to be printed. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
