delorie.com/archives/browse.cgi | search |
--pAwQNkOnpTn9IO2O Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by www.bln.sesa.de id h1KBZfhE011511 On Sat, Feb 15, 2003 at 09:11:21PM -0500, Ajay Simha wrote: > I now have mutt, procmail, fetchmail, ssh, aspell combination working. = I want to get something > decent working for printing from within mutt next. I use muttprint(http://muttprint.sourceforge.net/) together with a home brewed lpr. The result looks fine for me. =20 =20 Gruss Olaf F=F6llinger --=20 Olaf F=F6llinger Berater=20 S.E.S.A. Software und Systeme AG Alt-Moabit 91a D-10559 Berlin Germany Tel: +49 30 390722 -291 Fax: +49 30 390722 -222 Mobil: +49 173 6227080 http://www.sesa.de mailto: Olaf DOT Foellinger AT sesa DOT de --pAwQNkOnpTn9IO2O Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=lpr #!/bin/bash Server=SESABLN1 Printer=HPLJ4050_R6 ProgramName=$(basename $0) WinDir=$(cygpath -u $WINDIR) Lpr=$WinDir/system32/lpr TempFile=/tmp/$ProgramName.$$ WinTempFile=$(cygpath -w $TempFile) cat >$TempFile $Lpr -S $Server -P $Printer "$WinTempFile" Status=$? rm -fr $TempFile exit $Status --pAwQNkOnpTn9IO2O Content-Type: text/plain; charset=us-ascii -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ --pAwQNkOnpTn9IO2O--
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |