Printing mail
Keith Packard
keithp at keithp.com
Tue Nov 9 06:51:12 PST 2010
Print is dead. Or so they say
Here's a script I'm using with '|' to get mail printed. As you can see,
it previews the mail on-screen with 'evince', from which you use the
regular 'print' dialog.
#!/bin/sh
tmp=`mktemp`
muttprint -p "TO_FILE:$tmp"
evince $tmp
rm $tmp
Making this more secure would be nice.
--
keith.packard at intel.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20101109/3bc6f467/attachment.pgp>
More information about the notmuch
mailing list