mutt question

Henning, Brian brian.henning@navitaire.com
Wed Feb 5 16:25:01 2003


Sorry for asking a question that has probably been asked before. 
On my freebsd machine i have gpg installed along with mutt. I would like to
use gpg inside mutt to sign my emails. Currently, when I email a message
everything works fine. I am prompted "Enter PGP passphrase:" and i enter the
paraphrase. when i recieve the email it comes in an attatchment form of an
attatchment and not like this:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

something like this.


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+QFHLcieIIFcDdHIRAtEaAKDhMavjtTdhkFF/oj3t9OltirRQPgCeKcVH
oz6MBtStLSTf4ZS16d7pOs0=
=YQpc
-----END PGP SIGNATURE-----



here is my .muttrc, any suggestions to fix my problem?

set pgp_replyencrypt=yes
set pgp_replysign=yes
set pgp_autosign=yes
set pgp_sign_as="0x0365CF6E"


set pgp_decode_command="gpg %?p?--passphrase-fd 0? --no-verbose --batch
--output
 - %f"
set pgp_verify_command="gpg --no-verbose --batch --output - --verify %s %f"

set pgp_decrypt_command="gpg --passphrase-fd 0 --no-verbose --batch --output
- %
f"

#set pgp_sign_command="gpg --no-verbose --batch --output - --passphrase-fd 0
--a
rmor --detach-sign --textmode %?a?-u %a? %f"

#set pgp_sign_command="gpg    --no-verbose --batch --quiet --output -
--passphra
se-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f"


set pgp_clearsign_command="gpg --no-verbose --batch --output -
--passphrase-fd 0
 --armor --textmode --clearsign %?a?-u %a? %f"
set pgp_sign_command="gpg --comment ''   --no-verbose --batch --quiet
--output
 - --passphrase-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f"





Thanks for any help,

Brian