Daniel Gonz?lez Gasull wrote:
: Hello. I want to know how to compose plain PGP
: messages within Mutt. Can it be done without any
: script?
If you use only ASCII (7 bit) characters then:
set pgp_create_traditional
For messages what contain 8bit data Mutt ignore settings of this variable
and enforce using PGP/MIME.
For 8bit messages you can use somewhat like this:
gpg --clearsign -o - your_file | mutt -s subject [EMAIL PROTECTED]
But in this case you have risk what somewhere this 8bit message will be
repacked to 7bit and signature will cease to be valid.
--
Andrew W. Nosenko ([EMAIL PROTECTED])