Problems with a2ps/enscript and printing in mutt

2010-01-06 Thread Joseph Ishac
I'm looking to adjust the way mutt prints. I had just been piping things to lpr, but I decided to try and get a little fancier. So I tried the following two commands: set print_command=enscript -Email --word-wrap -r -t %s -G -2 and set print_command=a2ps -=mail -2 a2ps works nicely, and the

Re: Problems with a2ps/enscript and printing in mutt

2010-01-06 Thread Ed Blackman
On Tue, Jan 05, 2010 at 11:30:17PM -0500, Joseph Ishac wrote: Since print_decode is set, mutt is parsing the message before piping it. I was wondering if there is a way to have mutt hand me the subject of the message so that I could pass it to the -t option of enscript to formulate a title.

Re: Problems with a2ps/enscript and printing in mutt

2010-01-06 Thread Wilkinson, Alex
0n Tue, Jan 05, 2010 at 11:30:17PM -0500, Joseph Ishac wrote: I'm looking to adjust the way mutt prints. I had just been piping things to lpr, but I decided to try and get a little fancier. You may want to look at: Muttprint pretty-prints mail messages for any mail client

Re: Printing with Mutt

2009-02-06 Thread emailjp79
Rem [29.Jan.2009 08:47]: All is well! I took a good look at the .muttprinrc and saw that the print_command option was incorrectly set. Now everything seems to be working fine, and the printout looks great! I was wondering if only I had that trouble. My default .muttprintrc (version 0.72d)

Re: Printing with Mutt

2009-01-31 Thread Joost Kremers
On Fri, Jan 30, 2009 at 07:57:55PM +, Arthur Dent wrote: On Fri, Jan 30, 2009 at 11:48:04AM -0800, Rem P Roberti wrote: I just finished setting up Muttprint and I had to have set print=yes uncommented in my .muttrc, and also I had to change PRINT_COMMAND=lpr -P$PRINTER to simply

Re: Printing with Mutt

2009-01-30 Thread Arthur Dent
On Wed, Jan 28, 2009 at 10:50:16PM -0800, Rem P Roberti wrote: Here is a small tutorial for muttprint: http://www.linux-magazine.com/w3/issue/48/Formatting_Email_with_Muttprint.pdf Apologies for hijacking this thread, but I too was intrigued with the prospect of prettified mutt printing

Re: Printing with Mutt

2009-01-30 Thread Joost Kremers
On Fri, Jan 30, 2009 at 04:24:41PM +, Arthur Dent wrote: What is dialog (I don't remember there being any dependencies missing). most likely: http://en.wikipedia.org/wiki/Dialog_(Shell_Script) -- Dr. Joost Kremers Goethe-Universität Institut für Kognitive Linguistik Grüneburgplatz 1

Re: Printing with Mutt

2009-01-30 Thread Arthur Dent
On Fri, Jan 30, 2009 at 06:47:07PM +0100, Joost Kremers wrote: On Fri, Jan 30, 2009 at 04:24:41PM +, Arthur Dent wrote: What is dialog (I don't remember there being any dependencies missing). most likely: http://en.wikipedia.org/wiki/Dialog_(Shell_Script) Thanks - You're right. I

Re: Printing with Mutt

2009-01-30 Thread Rem P Roberti
I'm working on different computer, so I may have missed, but what do you have in .muttrc for print_command? OK, In .muttrc I have the following: set print_command=muttprint #set print=yes set print_split macro index p display-toggle-weed print-message display-toggle-weed exit

Re: Printing with Mutt

2009-01-30 Thread Arthur Dent
On Fri, Jan 30, 2009 at 12:11:51PM -0700, Michael wrote: On Fri, Jan 30, 2009 at 06:15:13PM +, Arthur Dent wrote: On Fri, Jan 30, 2009 at 06:47:07PM +0100, Joost Kremers wrote: On Fri, Jan 30, 2009 at 04:24:41PM +, Arthur Dent wrote: I'm working on different computer, so I may

Re: Printing with Mutt

2009-01-30 Thread Arthur Dent
On Fri, Jan 30, 2009 at 11:48:04AM -0800, Rem P Roberti wrote: I just finished setting up Muttprint and I had to have set print=yes uncommented in my .muttrc, and also I had to change PRINT_COMMAND=lpr -P$PRINTER to simply PRINT_COMMAND=lpr in order for Muttprint to work. Success

Re: Printing with Mutt

2009-01-29 Thread Grant Edwards
On 2009-01-29, Jason S. Zhang szhan...@gmail.com wrote: I would recommend muttprint, haha. Does muttprint handle multipart? I can't find anything in the documentation that mentions it. -- Grant Edwards grante Yow! Is it NOUVELLE

Re: Printing with Mutt

2009-01-28 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday, January 28 at 09:04 PM, quoth Rem P Roberti: I have a laser printer installed on my FreeBSD system which I installed via cups, and the printer works fine. However, when I print a message from within Mutt the left margin is only

Re: Printing with Mutt

2009-01-28 Thread Patrick Shanahan
to control how Mutt formats a page for printing? afaik, mutt does not format for printing, but there is a utility that prettifies email for printing, muttprint. I like it. -- Patrick Shanahan Plainfield, Indiana, USAHOG # US1244711 http://wahoo.no-ip.org Photo Album: http

Re: Printing with Mutt

2009-01-28 Thread Jason S. Zhang
I would recommend muttprint, haha. On Wed, Jan 28, 2009 at 11:09:14PM -0600, Kyle Wheeler wrote: On Wednesday, January 28 at 09:04 PM, quoth Rem P Roberti: I have a laser printer installed on my FreeBSD system which I installed via cups, and the printer works fine. However, when I print a

Re: Printing with Mutt

2009-01-28 Thread Rem P Roberti
. Is there a way to control how Mutt formats a page for printing? afaik, mutt does not format for printing, but there is a utility that prettifies email for printing, muttprint. I like it. I'll take a look at that. The printer was set up via localhost:631, but there are no options that I know

Re: Printing with Mutt

2009-01-28 Thread Andreas Kneib
* Rem P Roberti schrieb am Mittwoch, den 28. Januar 2009: afaik, mutt does not format for printing, but there is a utility that prettifies email for printing, muttprint. I like it. I'll take a look at that. Here is a small tutorial for muttprint:

Re: Printing with Mutt

2009-01-28 Thread Rem P Roberti
Here is a small tutorial for muttprint: http://www.linux-magazine.com/w3/issue/48/Formatting_Email_with_Muttprint.pdf Thank you! Rem

Re: Printing with Mutt

2009-01-28 Thread Rem P Roberti
Here is a small tutorial for muttprint: http://www.linux-magazine.com/w3/issue/48/Formatting_Email_with_Muttprint.pdf Well, I had the feeling that it wasn't going to just work straight out of the box. I got muttprint installed, and placed the recommended options and macros in my .muttrc, but

Re: Printing with Mutt

2009-01-28 Thread Rem P Roberti
Well, it's gotten a little different. I copied the sample-muttprintrc-en file to ~/.muttprinrc, and now when I try and print this is the error message I get: Press any key to continue...cannot remove path when cwd is /tmp/muttprint-HLua4y for /tmp/muttprint-HLua4y: at

Re: Printing with Mutt

2009-01-28 Thread Rem P Roberti
All is well! I took a good look at the .muttprinrc and saw that the print_command option was incorrectly set. Now everything seems to be working fine, and the printout looks great! Rem

Re: [Fwd: Printing from Mutt] on Cygwin

2001-04-24 Thread janschab
On Mon, Apr 23, 2001 at 01:01:36PM -0600, Duke Normandin wrote: I stumbled on how to print a message from Mutt, so I'd like to pass it on. I use the pipe command, then 'cat lpt1' from the 'index' or the 'pager', as follows: | cat lpt1 Thnx, but I push the 'p'-key and all is well.

Re: [Fwd: Printing from Mutt] on Cygwin

2001-04-24 Thread Duke Normandin
On Tue, Apr 24, 2001 at 02:04:08AM +0200, [EMAIL PROTECTED] wrote: On Mon, Apr 23, 2001 at 01:01:36PM -0600, Duke Normandin wrote: I stumbled on how to print a message from Mutt, so I'd like to pass it on. I use the pipe command, then 'cat lpt1' from the 'index' or the 'pager', as

Re: [Fwd: Printing from Mutt] on Cygwin

2001-04-24 Thread janschab
On Tue, Apr 24, 2001 at 08:06:46AM -0600, Duke Normandin wrote: Are you using Mutt in the Windows Cygwin environment? No. Sorry. Jan.

[Fwd: Printing from Mutt] on Cygwin

2001-04-23 Thread Duke Normandin
I sent the enclosed to the Cygwin list. However, I thought that perhaps it might be useful to someone on this list as well. Enjoy! -- -duke Calgary, Alberta, Canada I stumbled on how to print a message from Mutt, so I'd like to pass it on. I use the pipe command, then 'cat lpt1' from the

Re: printing from mutt

2000-02-09 Thread Edmund GRIMLEY EVANS
David DeSimone [EMAIL PROTECTED]: Your message starts with Reply-To: because you are always supposed to put a blank line between the message headers, and your text. Since you didn't, the empty Reply-To header is treated as part of your message. You should change your E-mail habits

printing from mutt

2000-02-08 Thread Brad Cramer
Reply-To: I am using a2ps to format my e-mails for printing. Could someone tell me what command to use to put the from line and subject in the title box of the printed e-mail. I don't know if anyone is using a2ps for their printing but I have tried everything I know. I know that the variable

Re: printing from mutt

2000-02-08 Thread Alex Shnitman
Hi, Brad! On Tue, Feb 08, 2000 at 01:11:41AM -0500, you wrote the following: Reply-To: I am using a2ps to format my e-mails for printing. Could someone tell me what command to use to put the from line and subject in the title box of the printed e-mail. I don't know if anyone is using a2ps

Re: printing from mutt

2000-02-08 Thread David DeSimone
Brad Cramer [EMAIL PROTECTED] wrote: Reply-To: I am using a2ps to format [...] Your message starts with Reply-To: because you are always supposed to put a blank line between the message headers, and your text. Since you didn't, the empty Reply-To header is treated as part of your message.

printing with mutt

1999-10-27 Thread Sebastian Helms
Hello, I am trying to print messages from mutt. My problem ist that the lines are too long and are truncated by the printer. Is there an option which allows me to set a wordwrap width ? Or do I have to change the print setup ? If so, does someone know, how ? Thanks, Sebastian -- "No