also when trying to get pgp stuff setup, i keep getting this error when
using the default pgp2.rc file:
No translations available for language "mutt"
and when sending messages to myself (after adding +encrypttoself to the
two relevant lines mentioned in the comment) i get these errors:
[-- PGP output follows (current time: Fri Aug 17 19:48:37 2001) --]
File '/tmp/mutt-zugzu.$00' has signature, but with no text.
Text is assumed to be in file '/tmp/mutt-zugzug-9497-1'.
Good signature from user "William Yardley <[EMAIL PROTECTED]>".
Signature made 2001/08/18 02:48 GMT using 1024-bit key, key ID D824DC3D
No translations available for language "mutt"
[-- End of PGP output --]
i have all of the programs which are required AFAIK. i'm using pgp
2.6.3a on a debian (stable) machine
is this just a syntax error somewhere?
i'm using pretty much the default:
# -*-muttrc-*-
#
# PGP command formats for PGP 2.
#
# $Id: pgp2.rc,v 1.7 2000/05/28 19:53:03 roessler Exp $
#
#
# Note: In order to be able to read your own messages, you'll have
# the +encrypttoself command line parameter to the pgp_encrypt_only_command
# and pgp_encrypt_sign_command variables.
#
# decode application/pgp
set pgp_decode_command="%?p?PGPPASSFD=0; export PGPPASSFD;? cat %?p?-? %f | pgp
+language=mutt +verbose=0 +batchmode -f"
# verify a pgp/mime signature
set pgp_verify_command="pgp +language=mutt +verbose=0 +batchmode -t %s %f"
# decrypt a pgp/mime attachment
set pgp_decrypt_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgp +language=mutt
+verbose=0 +batchmode -f"
# create a pgp/mime signed attachment
set pgp_sign_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgp +language=mutt
+verbose=0 +batchmode -abfst %?a? -u %a?"
# create a pgp/mime encrypted attachment
set pgp_encrypt_only_command="pgp +language=mutt +verbose=0 +batchmode +encrypttoself
-aeft %r < %f"
# create a pgp/mime encrypted and signed attachment
set pgp_encrypt_sign_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgp
+language=mutt +encrypttoself +verbose=0 +batchmode -aefts %?a?-u %a? %r"
# import a key into the public key ring
set pgp_import_command="pgp -ka %f +language=mutt"
# export a key from the public key ring
set pgp_export_command="pgp -kxaf +language=mutt %r"
# verify a key
set pgp_verify_key_command="pgp -kcc +language=mutt %r"
# read in the public key ring
set pgp_list_pubring_command="pgpring -2 %r"
# read in the secret key ring
set pgp_list_secring_command="pgpring -s -2 %r"
# pattern for good signature
set pgp_good_sign="Good signature"
w
--
Sintax error in config file! (line 378)
aborted!