From 36943bb543226dd71d10e6f742051592ffe99c8b Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Thu, 29 Jul 1999 09:17:29 +0000 Subject: [PATCH] Remove references to the old PGP configuration interface. Noted by Hanno Wagner . --- doc/manual.sgml.in | 133 +-------------------------------------------- 1 file changed, 1 insertion(+), 132 deletions(-) diff --git a/doc/manual.sgml.in b/doc/manual.sgml.in index 2023be3e2..2b71598e6 100644 --- a/doc/manual.sgml.in +++ b/doc/manual.sgml.in @@ -349,11 +349,7 @@ fly.

(default: ^K) This command extracts PGP public keys from the current or tagged -message(s) and adds them to your or -depending on . +message(s) and adds them to your PGP public key ring.

(default: ^F) @@ -3396,21 +3392,6 @@ Setting this variable will cause Mutt to always attempt to PGP/MIME sign outgoing messages. This can be overridden by use of the pgp_default_version

-Type: string -Default: pgp2 (or pgp5, if PGP 2.* is not installed, or gpg, if none -of them is installed) - -Set this to pgp2 (PGP 2.*), pgp5 (PGP 5.*), or gpg (GNU privacy guard), -depending on the version that you primarily use. This variable is -not directly used, but it is the default for the variables , , -and . - pgp_encryptself

Type: boolean @@ -3441,27 +3422,6 @@ printf()-like sequences: -pgp_gpg

-Type: string -Default: system dependent - -This variable allows you to override the compile time definition of -where the gpg (GNU Privacy Guard) binary resides on your system. - -pgp_key_version

-Type: string -Default: ``default'' - -This variable determines which PGP version is used for key ring -operations like extracting keys from messages and extracting keys from -your keyring. If you set this to default, the default defined in is used. Set this to -pgp2 (PGP 2.*), pgp5 (PGP 5.*), or gpg (GNU privacy guard) if you want -to use a different PGP version for key operations. - pgp_long_ids

Type: boolean @@ -3470,18 +3430,6 @@ Default: unset If set, use 64 bit PGP key IDs. Unset uses the normal 32 bit Key IDs. -pgp_receive_version

-Type: string -Default: ``default'' - -This variable determines which PGP version is used for decrypting -messages and verifying signatures. If you set this to default, the -default defined in will be used. Set -this to pgp2 (PGP 2.*), pgp5 (PGP 5.*), or gpg (GNU privacy guard) if -you want to use a different PGP version for receiving operations. - pgp_replyencrypt

Type: boolean @@ -3512,18 +3460,6 @@ This works around the problem noted in , that mutt is not able to find out whether an encrypted message is also signed. -pgp_send_version

-Type: string -Default: ``default'' - -This variable determines which PGP version is used for composing new -messages like encrypting and signing. If you set this to default, the -default defined in will be used. Set -this to pgp2 (PGP 2.*), pgp5 (PGP 5.*), or gpg (GNU privacy guard) if -you want to use a different PGP version for sending operations. - pgp_show_unusable

Type: boolean @@ -3577,73 +3513,6 @@ Default: 300 The number of seconds after which a cached passphrase will expire if not used. -pgp_v2

-Type: string -Default: system dependent - -This variable allows you to override the compile time definition of -where the PGP 2.* binary resides on your system. - -pgp_v2_language

-Type: string -Default: en - -Sets the language, which PGP 2.* should use. If you use language.txt -from the mutt doc directory, you can try the languages -&dquot;mutt&dquot; (English) or &dquot;muttde&dquot; (German) to -reduce the noise produced by pgp. - -pgp_v2_pubring

-Type: string -Default: $PGPPATH/pubring.pgp or ˜/.pgp/pubring.pgp if -$PGPPATH isn't set. - -Points to the PGP 2.* public keyring. - -pgp_v2_secring

-Type: string -Default: $PGPPATH/secring.pgp or ˜/.pgp/secring.pgp if -$PGPPATH isn't set. - -Points to the PGP 2.* secret keyring. - -pgp_v5

-Type: string -Default: system dependent - -This variable allows you to override the compile time definition of -where the PGP 5.* binary resides on your system. - -pgp_v5_language

-Type: string -Default: en - -Sets the language, which PGP 5.* should use. If you use language50.txt -from the mutt doc directory, you can try the languages -&dquot;mutt&dquot; (English) to reduce the noise produced by pgp. - -pgp_v5_pubring

-Type: string -Default: $PGPPATH/pubring.pkr or ˜/.pgp/pubring.pkr if -$PGPPATH isn't set. - -Points to the PGP 5.* public keyring. - -pgp_v5_secring

-Type: string -Default: $PGPPATH/secring.skr or ˜/.pgp/secring.skr if -$PGPPATH isn't set. - -Points to the PGP 5.* secret keyring. - pipe_decode

Type: boolean -- 2.40.0