Several Questions
I've saved up a bunch of mutt issues on which I am hoping somebody might offer
some help.
First, email from some people appears with ^M at the end of each line. I
assume this is some sort of DOS line-ending issue, but I'd like it to
disappear, both in the pager and in quoted text. I preprocess and sort all
mail in a script called by fetchmail, so I can do it there, but I'd prefer to
let mutt handle it if possible.
Second, when people send me encrypted mail, it gets stored in my mbox as
encrypted mail. I would like mutt to (as automatically as possible) replace
the encrypted copy with a decrypted copy after I've opened it and put in my gpg
password. Again, I could probably handle this in the preprocessing script, but
I'd rather mutt do it for me.
Third, mutt seems to be telling vim to break lines after 80 chars. This is
very annoying because when I edit, I get paragraphs in which some lines are
broken and others are not. I'd like my lines unbroken unless I hit return.
The vimrc file mutt uses includes the following lines that might be relevant:
set filetype=mail
set nowrap
Thanks.