[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Mutt
On Tue, Mar 04, 2003 at 10:42:07AM -0600, gfross@intertek.net wrote:
> Please don't castigate me for not pouring over the documentation but
> does someone know how to fix line wrapping or is it a Vi thing?
I have the following in my muttrc:
set editor="vi -c 'set wm=10' %s"
("wm" is "wrapmargin". That wraps at 70 columns on an 80-column
terminal.)
Oh, and probably off the subject a little, I use the following script
to fix other people's line wrapping:
#!/usr/bin/perl
use Text::Autoformat;
$foo={ 'all' => 1 };
$foo->{'right'}=$ARGV[0] if ($ARGV[0]);
autoformat undef, $foo;
Steve
--
steve@silug.org | Southern Illinois Linux Users Group
(618)398-7360 | See web site for meeting details.
Steven Pritchard | http://www.silug.org/
-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.
- Follow-Ups:
- Re: Mutt
- From: Gary <gary-list-silug@mygirlfriday.info>
- References:
- Mutt
- From: gfross@intertek.net