Editing headers in Vim + clear text GPG signing

2001-10-01 Thread mutt
I'm trying out some ways to clear text sign a message in mutt, using :%!gpg -eas Unfortunately, all headers (including to) are signed, effectively making these headers useless. Is there a way to specify to this filter only to sign/encrypt the actual message body? -- Frederik Vanrenterghem

Re: Editing headers in Vim + clear text GPG signing

2001-10-01 Thread Suresh Ramasubramanian
[EMAIL PROTECTED] mutt [01/10/01 11:47 +0200]: I'm trying out some ways to clear text sign a message in mutt, using :%!gpg -eas Instead, use macro compose S Fgpg -a --clearsign -u 0xEDEDEFB9 and when you have hit :wq and come back to mutt (and are supposed to hit y for the mail to go out),