unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* Printing mail
@ 2010-11-09 14:51 Keith Packard
  2010-11-09 16:16 ` Sebastian Spaeth
  0 siblings, 1 reply; 8+ messages in thread
From: Keith Packard @ 2010-11-09 14:51 UTC (permalink / raw)
  To: notmuch

[-- Attachment #1: Type: text/plain, Size: 355 bytes --]


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@intel.com

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-11-12 12:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-09 14:51 Printing mail Keith Packard
2010-11-09 16:16 ` Sebastian Spaeth
2010-11-09 18:00   ` Keith Packard
2010-11-10  7:32     ` Sebastian Spaeth
2010-11-10  7:43       ` Keith Packard
2010-11-11 12:57         ` David Edmondson
2010-11-11 14:12           ` Sebastian Spaeth
2010-11-12 12:53           ` [PATCH] emacs: Improved printing support David Edmondson

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).