>> I'm also lead to believe that my mutt configuration is allowing me to
>> type out very lengthy lines. Rather annyoing for the recipients. Is
>> there a setting I should be using or just stop typing excessive long
>> paragraphs?
>
>Yes. The Enter key. :)
>
>Failing you not having one, the fmt command with vim is nice. :)
If vim is your editor, you could call this script as the mail editor:
#!/bin/sh
exec vim "+set digraph" "+set wrapmargin=8" $*
digraph allows you to create accents. To reformat a paragraph, do gq} or
in general gq<range> which is an internal fmt.
--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug