Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id C1B0940DAEC for ; Tue, 9 Nov 2010 06:51:29 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.89 X-Spam-Level: X-Spam-Status: No, score=-1.89 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, T_MIME_NO_TEXT=0.01] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SWDBtAaj8svt for ; Tue, 9 Nov 2010 06:51:17 -0800 (PST) Received: from keithp.com (home.keithp.com [63.227.221.253]) by olra.theworths.org (Postfix) with ESMTP id 3F68B40DAD3 for ; Tue, 9 Nov 2010 06:51:17 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by keithp.com (Postfix) with ESMTP id 74A097600A1 for ; Tue, 9 Nov 2010 06:51:15 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at keithp.com Received: from keithp.com ([127.0.0.1]) by localhost (keithp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id gJBiLa5cQJhc for ; Tue, 9 Nov 2010 06:51:12 -0800 (PST) Received: by keithp.com (Postfix, from userid 1033) id A3CB67600E1; Tue, 9 Nov 2010 06:51:12 -0800 (PST) Received: from koto.keithp.com (localhost [127.0.0.1]) by keithp.com (Postfix) with ESMTP id 9DF377600A1 for ; Tue, 9 Nov 2010 06:51:12 -0800 (PST) Received: by koto.keithp.com (Postfix, from userid 1488) id 4A2CD11C030; Tue, 9 Nov 2010 06:51:12 -0800 (PST) From: "Keith Packard" To: notmuch@notmuchmail.org Subject: Printing mail User-Agent: Notmuch/0.4 (http://notmuchmail.org) Emacs/23.2.1 (i486-pc-linux-gnu) Date: Tue, 09 Nov 2010 06:51:12 -0800 Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 14:51:30 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable 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=3D`mktemp` muttprint -p "TO_FILE:$tmp" evince $tmp rm $tmp Making this more secure would be nice. =2D-=20 keith.packard@intel.com --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iD8DBQFM2V/gQp8BWwlsTdMRAsXPAKC+qydwMTh5YjKBXz1drlspk3TVBgCeIS/I iLhDUmi2IejFQbZRYF85/Ws= =imvY -----END PGP SIGNATURE----- --=-=-=--