Re: Mutt/gnupg
Greetings!
On 11 Dec, Eduardo Gargiulo wrote:
> I'm using gnupg, and I put in my .muttrc
> set pgp_sign_command="gpg --clearsign"
> but the signature is attached in binary format.
> How can I sign my messages in ASCII from mutt?
The --clearsign option lets you see the message text even if you did
not check the signature.
For ASCII compatible code you need the --armor (or -a) switch.
With both you get a unchecked-readable mail with an ASCII signature.
And that's what you were looking for, right?
Bye
Volker
--
Volker Tanger volker.tanger@wyae.de
-===================================-
Research & Development Division, WYAE
Reply to:
- References:
- Mutt/gnupg
- From: Eduardo Gargiulo <egargiulo@netscape.net>