From owner-freebsd-questions@FreeBSD.ORG Tue Aug 31 23:29:41 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2E031065697 for ; Tue, 31 Aug 2010 23:29:41 +0000 (UTC) (envelope-from remegius@comcast.net) Received: from qmta03.emeryville.ca.mail.comcast.net (qmta03.emeryville.ca.mail.comcast.net [76.96.30.32]) by mx1.freebsd.org (Postfix) with ESMTP id 894348FC15 for ; Tue, 31 Aug 2010 23:29:41 +0000 (UTC) Received: from omta10.emeryville.ca.mail.comcast.net ([76.96.30.28]) by qmta03.emeryville.ca.mail.comcast.net with comcast id 19S91f0050cQ2SLA3BVhzV; Tue, 31 Aug 2010 23:29:41 +0000 Received: from localhost ([67.180.204.190]) by omta10.emeryville.ca.mail.comcast.net with comcast id 1BVf1f00C46zqiB8WBVga7; Tue, 31 Aug 2010 23:29:40 +0000 Date: Tue, 31 Aug 2010 16:29:39 -0700 From: Rem P Roberti To: Polytropon Message-ID: <20100831232939.GD2818@bsd.remdog.net> Mail-Followup-To: Polytropon , Frank Shute , FreeBSD References: <20100831193421.GA2695@bsd.remdog.net> <20100831193935.GA1427@bsd.remdog.net> <20100831225428.GA42850@orange.esperance-linux.co.uk> <20100901011146.24d3436f.freebsd@edvax.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100901011146.24d3436f.freebsd@edvax.de> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Frank Shute , FreeBSD Subject: Re: Interactive Port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2010 23:29:41 -0000 On 2010.09.01 01:11:46 +0200, Polytropon wrote: > On Tue, 31 Aug 2010 23:54:28 +0100, Frank Shute 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. Nothing is working, regardless of whether I try to print from Muttprint, or with Frank's setup. In either case I get this error message: Press any key to continue...cannot remove path when cwd is /tmp/muttprint-GOauzJ for /tmp/muttprint-GOauzJ: at /usr/local/lib/perl5/5.10.1/File/Temp.pm line 902 I'm beginning to wonder if this doesn't have something to do with the fact that my printer is installed via CUPS. There may need to me a special parameter set up in .muttprintrc. But so far I haven't found any info on it. Rem >