[EMAIL PROTECTED] <mutt> [18/09/01 23:33 -0700]:
> Is there any way to have mutt default to either the inbox on startup, or
> default to a folder that has new mail in it?
Mutt by default goes to /var/mail/$user (or /var/spool/mail/$user).
Try "mutt -y" though - it brings you directly to the folder list.
> Another question I have is about using vim for writing e-mails. I have
> successfully been able to setup vim to wrap at 80 or so characters.
> However, if I edit the message, the word wrapping is not preserved. For
set editor="vim +':set tw=77' +':set wrap' +\`awk '/^$/ {print i+2; exit} {i++}' %s\`
%s"
single line - unwrap if necessary.
-suresh