On Tue, Mar 13, 2001 at 07:09:33PM +0100, Daniel de los Reyes wrote: > How do I wrap lines in mutt? .Currently I have smart_wrap in my > .muttrc but it doesn't seem to be enough.
Oftentimes, it's the editor mutt is using that is the culprit. I use vim as my mutt editor, and I enable wrapping with my .vimrc: au FileType mail set textwidth=72 formatoptions=t That way, linewrap is only used when I'm composing mail. HTH -Rob