Heya all..

        These aren't totally required, but I did stumble across these errors 
in my .muttrc after running mutt 1.0pre1i, 1.0pre2i, and 0.95.7i, involving 
PGP. I am using GnuPG currently, but these errors come up with PGP 2.6.* as 
well. They did work correctly, in 0.95.5i and 0.95.6i. Did these get 
depracated in the new versions?

Error in /u1/tyketto/.muttrc, line 372: pgp_decode_command: unknown variable
Error in /u1/tyketto/.muttrc, line 375: pgp_verify_command: unknown variable
Error in /u1/tyketto/.muttrc, line 378: pgp_decrypt_command: unknown variable
Error in /u1/tyketto/.muttrc, line 381: pgp_sign_command: unknown variable
Error in /u1/tyketto/.muttrc, line 384: pgp_encrypt_only_command: unknown 
variable
Error in /u1/tyketto/.muttrc, line 387: pgp_encrypt_sign_command: unknown 
variable
Error in /u1/tyketto/.muttrc, line 390: pgp_import_command: unknown variable
Error in /u1/tyketto/.muttrc, line 393: pgp_export_command: unknown variable
Error in /u1/tyketto/.muttrc, line 396: pgp_verify_key_command: unknown 
variable
Error in /u1/tyketto/.muttrc, line 399: pgp_list_pubring_command: unknown 
variable
Error in /u1/tyketto/.muttrc, line 402: pgp_list_secring_command: unknown 
variable
source: errors in /u1/tyketto/.muttrc
Press any key to continue...

        See attachment for relevant parts of my .muttrc for how they're used.

                                                        BL.
-- 
Brad Littlejohn                         | Email:        [EMAIL PROTECTED] 
Unix Systems Administrator,             |            [EMAIL PROTECTED]
WebMaster, NewsMaster.. Smeghead! :)    |   http://www.omnilinx.net/~tyketto
    PGP: 1024/E9DF4D85 67 6B 33 D0 B9 95 F4 37  4B D1 CE BD 48 B0 06 93

#
# Let's add in some extra commands for Gnu Privacy Guard.
#
# decode application/pgp
set pgp_decode_command="gpg %?p?--passphrase-fd 0? --no-verbose --batch -o - --decrypt 
%f"

# verify a pgp/mime signature
set pgp_verify_command="gpg --no-verbose --batch -o - --verify %s %f"

# decrypt a pgp/mime attachment
set pgp_decrypt_command="gpg --passphrase-fd 0 --no-verbose --batch -o - --decrypt %f"

# create a pgp/mime signed attachment
set pgp_sign_command="gpg --no-verbose --batch -o - --passphrase-fd 0 --detach-sign 
--textmode --armor %?a?-u %a? %f"

# create a pgp/mime encrypted attachment
set pgp_encrypt_only_command="pgpewrap gpg --no-verbose -v --batch -o - --encrypt 
--textmode --armor --always-trust -- -r %r

# create a pgp/mime encrypted and signed attachment
set pgp_encrypt_sign_command="pgpewrap gpg --passphrase-fd 0 --no-verbose -v --batch 
-o - --encrypt --sign %?a?-u %a? --textmode --armor --always-trust -- -r %r

# import a key into the public key ring
set pgp_import_command="gpg --no-verbose --import -v %f"

# export a key from the public key ring
set pgp_export_command="gpg --no-verbose --export --armor %r"

# verify a key
set pgp_verify_key_command="gpg --no-verbose --batch --fingerprint --check-sigs

# read in the public key ring
set pgp_list_pubring_command="gpg --no-verbose --batch --with-colons --list-keys %r"

# read in the secret key ring
set pgp_list_secring_command="gpg --no-verbose --batch --with-colons 
--list-secret-keys %r"

#
# End of commands for Gnu Privacy Guard.
#

Reply via email to