On Sun, Jul 29, 2001 at 06:14:49PM -0600, Hubert Chan wrote: > PS. Please wrap your lines at 72-ish characters. Hmm. I've seen a lot > of mutt users with un-wrapped lines. I would've expected that from a > GUI mail reader like Mozilla, but not from a proper mailreader like > mutt. Anyone know why?
Probably because mutt uses an external editor, in my case vim. You have to add something like these lines to your ~/.vimrc for it to wrap automatically: augroup muttmail au! autocmd BufRead /tmp/mutt-* set textwidth=70 augroup END -- Adam Olsen, aka Rhamphoryncus