My previous question was :
> > Hello,
> >
> > I'm searching a solution to properly print messages with paragraphs in long single
>lines (in fact, like this one...).
On Sun, Mar 12, 2000 at 03:35:40PM -0500, John P. Verel wrote:
>
> I use enscript with excellent results. Here's the entry from my
> .muttrc file:
>
> set print_command="enscript -f "Times-Roman11" -F "TimesRoman14" -G -i3"
>
> Give it a try!
>
> John
I add : enscript with the option --word-wrap
And since, I've found another solution with mpage (interessant for people who doesn't
have installed enscript, since mpage comes with all Redhat-print-filters) :
set print_command="fmt -s | mpage -1 -f | lpr -"
Gauthier