On 06/19/11 03:44, Chris Brennan wrote:
* Joseph <[email protected]> [2011-06-19 01:22:47 -0600]:
mutt -v
+CRYPT_BACKEND_CLASSIC_PGP -CRYPT_BACKEND_CLASSIC_SMIME -CRYPT_BACKEND_GPGME
but mutt still is not showing gpg menu.
--
Joseph
[email protected]:~$ cat /etc/portage/package.use/mutt
mail-client/mutt gnutls gpg idn imap mbox nntp pop sasl sidebar smine
smtp
=mail-client/mutt-1.5.21-r1 berkdb crypt gdbm gnutls gpg idn imap mbox
nls nntp pop sasl sidebar smtp ssl smime
[email protected]:~$ cat /etc/portage/package.use/gnupg
app-crypt/gnupg adns caps
[email protected]:~$
That's what I have for mutt + gpg. I can't imagine you will need much
more then that ... then it's just a matter of customizing mutt correctly
for for use w/ GPG.
Update. I've sent myself gpg singed message and mutt asked me if I want to
decrypt verify signature.
However, if I try to view any other message that is signed "s" in index it does
not ask me anything if I want to verify it.
Could the problem be with my pgp file, currently I have:
set pgp_decode_command="gpg --status-fd=2 %?p?--passphrase-fd 0? --no-verbose
--quiet --batch --output - %f"
set pgp_verify_command="gpg --status-fd=2 --no-verbose --quiet --batch --output -
--verify %s %f"
set pgp_decrypt_command="gpg --status-fd=2 %?p?--passphrase-fd 0? --no-verbose
--quiet --batch --output - %f"
set pgp_sign_command="gpg --no-verbose --batch --quiet --output -
%?p?--passphrase-fd 0? --armor --detach-sign --textmode %?a?-u %a? %f"
set pgp_clearsign_command="gpg --no-verbose --batch --quiet --output -
%?p?--passphrase-fd 0? --armor --textmode --clearsign %?a?-u %a? %f"
set pgp_encrypt_only_command="pgpewrap gpg --batch --quiet --no-verbose
--output - --encrypt --textmode --armor --always-trust --encrypt-to 0xED0E1FB7 --
-r %r -- %f"
set pgp_encrypt_sign_command="pgpewrap gpg --passphrase-fd 0 --batch --quiet
--no-verbose --textmode --output - --encrypt --sign %?a?-u %a? --armor
--always-trust --encrypt-to 0xED0E1FB7 -- -r %r -- %f"
set pgp_import_command="gpg --no-verbose --import %f"
set pgp_export_command="gpg --no-verbose --export --armor %r"
set pgp_verify_key_command="gpg --verbose --batch --fingerprint --check-sigs %r"
set pgp_list_pubring_command="gpg --no-verbose --batch --quiet --with-colons
--list-keys %r"
set pgp_list_secring_command="gpg --no-verbose --batch --quiet --with-colons
--list-secret-keys %r"
set pgp_good_sign="^gpgv?: Good signature from "
unset crypt_use_gpgme
set pgp_auto_decode=yes
set crypt_verify_sig=ask-no
set pgp_verify_sig=ask-no
In addition after I compose a message there was an option in the menu to sign
or encrypt it, but it is not showing.
--
Joseph