On Sat, Jan 26, 2002 at 10:34:20AM -0500, David T-G wrote:
> I took a look and found your entire message twice, once bare and once
> apparently as an old-style pgp message.  I have no idea why it would
> send two copies, but the in-line part looks interesting.
> 
> Can you
> 
>   grep pgp .muttrc

Here's the output of the command: grep -i '^[^#].*pgp' ~/.muttrc

set pgp_replyencrypt=yes
set pgp_replysign=yes
set pgp_replysignencrypted=yes
set pgp_sign_micalg="pgp-sha1"
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 --armor 
--textmode --clearsign %?a?-u %a? %f"
set pgp_encrypt_sign_command="pgpewrap gpg --passphrase-fd 0 -v --batch --output - 
--encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f"
set pgp_encrypt_only_command="pgpewrap gpg -v --batch --output - --encrypt --textmode 
--armor --always-trust -- -r %r -- %f"
set pgp_import_command="gpg --no-verbose --import -v %f"
set pgp_export_command="gpg --no-verbose --export --armor %r"
set pgp_verify_key_command="gpg --no-verbose --batch --fingerprint --check-sigs %r"
set pgp_list_secring_command="gpg --no-verbose --batch --with-colons 
--list-secret-keys %r"
set pgp_list_pubring_command="gpg --no-verbose --batch --with-colons --list-keys %r"
 
> for us?  And how do you sign?  Are you using some macro or are you using
> the compose menu, and do you expect it to be PGP/MIME or traditional?

I sign from the compose menu by hitting 'p' and then 's' (unless I'm
replying to a signed message, in which case it automatically signs it).
As for the PHP/MIME vs traditional part...I'm not sure what the
difference is.  (As you can probably tell, I don't know too much about
the subject. :)

Thanks,
Ben

-- 
Ben Logan: ben at wblogan dot net
OpenPGP Key KeyID: A1ADD1F0

"In order to make an apple pie from scratch, you must first create the
universe."
                -- Carl Sagan, Cosmos

Reply via email to