-This format is used to create a old-style ?clearsigned? PGP message. Note that
-the use of this format is strongly deprecated.
-
-This is a format string, see the $pgp_decode_command command for possible
-printf(3)-like sequences. (PGP only)
-
-3.174. pgp_sign_command
-
-Type: string
-Default: (empty)
-
-This command is used to create the detached PGP signature for a multipart/
-signed PGP/MIME body part.
-
-This is a format string, see the $pgp_decode_command command for possible
-printf(3)-like sequences. (PGP only)
-
-3.175. pgp_encrypt_sign_command
-
-Type: string
-Default: (empty)
-
-This command is used to both sign and encrypt a body part.
-
-This is a format string, see the $pgp_decode_command command for possible
-printf(3)-like sequences. (PGP only)
-
-3.176. pgp_encrypt_only_command
-
-Type: string
-Default: (empty)
-
-This command is used to encrypt a body part without signing it.
-
-This is a format string, see the $pgp_decode_command command for possible
-printf(3)-like sequences. (PGP only)
-
-3.177. pgp_import_command
-
-Type: string
-Default: (empty)
-
-This command is used to import a key from a message into the user's public key
-ring.
-
-This is a format string, see the $pgp_decode_command command for possible
-printf(3)-like sequences. (PGP only)
-
-3.178. pgp_export_command
-
-Type: string
-Default: (empty)
-
-This command is used to export a public key from the user's key ring.
-
-This is a format string, see the $pgp_decode_command command for possible
-printf(3)-like sequences. (PGP only)
-
-3.179. pgp_verify_key_command
-
-Type: string
-Default: (empty)
-
-This command is used to verify key information from the key selection menu.
-
-This is a format string, see the $pgp_decode_command command for possible
-printf(3)-like sequences. (PGP only)
-
-3.180. pgp_list_secring_command
-
-Type: string
-Default: (empty)
-
-This command is used to list the secret key ring's contents. The output format
-must be analogous to the one used by:
-
-gpg --list-keys --with-colons.
-
-
-This format is also generated by the pgpring utility which comes with mutt.
-
-This is a format string, see the $pgp_decode_command command for possible
-printf(3)-like sequences. (PGP only)
-
-3.181. pgp_list_pubring_command
-
-Type: string
-Default: (empty)
-
-This command is used to list the public key ring's contents. The output format
-must be analogous to the one used by
-
-gpg --list-keys --with-colons.
-
-
-This format is also generated by the pgpring utility which comes with mutt.
-
-This is a format string, see the $pgp_decode_command command for possible
-printf(3)-like sequences. (PGP only)
-
-3.182. forward_decrypt
-
-Type: boolean
-Default: yes
-
-Controls the handling of encrypted messages when forwarding a message. When set
-, the outer layer of encryption is stripped off. This variable is only used if
-$mime_forward is set and $mime_forward_decode is unset. (PGP only)
-
-3.183. smime_timeout
-
-Type: number
-Default: 300
-
-The number of seconds after which a cached passphrase will expire if not used.
-(S/MIME only)
-
-3.184. smime_encrypt_with
-
-Type: string
-Default: (empty)
-
-This sets the algorithm that should be used for encryption. Valid choices are
-?des?, ?des3?, ?rc2-40?, ?rc2-64?, ?rc2-128?. If unset, ?3des? (TripleDES) is
-used. (S/MIME only)
-
-3.185. smime_keys
-
-Type: path
-Default: (empty)
-
-Since for S/MIME there is no pubring/secring as with PGP, mutt has to handle
-storage and retrieval of keys/certs by itself. This is very basic right now,
-and stores keys and certificates in two different directories, both named as
-the hash-value retrieved from OpenSSL. There is an index file which contains
-mailbox-address keyid pair, and which can be manually edited. This option
-points to the location of the private keys. (S/MIME only)
-
-3.186. smime_ca_location
-
-Type: path
-Default: (empty)
-
-This variable contains the name of either a directory, or a file which contains
-trusted certificates for use with OpenSSL. (S/MIME only)
-
-3.187. smime_certificates
-
-Type: path
-Default: (empty)
-
-Since for S/MIME there is no pubring/secring as with PGP, mutt has to handle
-storage and retrieval of keys by itself. This is very basic right now, and keys
-and certificates are stored in two different directories, both named as the
-hash-value retrieved from OpenSSL. There is an index file which contains
-mailbox-address keyid pairs, and which can be manually edited. This option
-points to the location of the certificates. (S/MIME only)
-
-3.188. smime_decrypt_command
-
-Type: string
-Default: (empty)
-
-This format string specifies a command which is used to decrypt application/
-x-pkcs7-mime attachments.
-
-The OpenSSL command formats have their own set of printf(3)-like sequences
-similar to PGP's:
-
-%f
-
- Expands to the name of a file containing a message.
-
-%s
-
- Expands to the name of a file containing the signature part of a multipart/
- signed attachment when verifying it.
-
-%k
-
- The key-pair specified with $smime_default_key
-
-%c
-
- One or more certificate IDs.
-
-%a
-
- The algorithm used for encryption.
-
-%C
-
- CA location: Depending on whether $smime_ca_location points to a directory
- or file, this expands to ?-CApath $smime_ca_location? or ?-CAfile
- $smime_ca_location?.
-
-For examples on how to configure these formats, see the smime.rc in the samples
-/ subdirectory which has been installed on your system alongside the
-documentation. (S/MIME only)
-
-3.189. smime_verify_command
-
-Type: string
-Default: (empty)
-
-This command is used to verify S/MIME signatures of type multipart/signed.
-
-This is a format string, see the $smime_decrypt_command command for possible
-printf(3)-like sequences. (S/MIME only)
-
-3.190. smime_verify_opaque_command
-
-Type: string
-Default: (empty)
-
-This command is used to verify S/MIME signatures of type application/
-x-pkcs7-mime.
-
-This is a format string, see the $smime_decrypt_command command for possible
-printf(3)-like sequences. (S/MIME only)
-
-3.191. smime_sign_command
-
-Type: string
-Default: (empty)
-
-This command is used to created S/MIME signatures of type multipart/signed,
-which can be read by all mail clients.
-
-This is a format string, see the $smime_decrypt_command command for possible
-printf(3)-like sequences. (S/MIME only)
-
-3.192. smime_sign_opaque_command
-
-Type: string
-Default: (empty)
-
-This command is used to created S/MIME signatures of type application/
-x-pkcs7-signature, which can only be handled by mail clients supporting the S/
-MIME extension.
-
-This is a format string, see the $smime_decrypt_command command for possible
-printf(3)-like sequences. (S/MIME only)
-
-3.193. smime_encrypt_command
-
-Type: string
-Default: (empty)
-
-This command is used to create encrypted S/MIME messages.
-
-This is a format string, see the $smime_decrypt_command command for possible
-printf(3)-like sequences. (S/MIME only)
-
-3.194. smime_pk7out_command
-
-Type: string
-Default: (empty)
-
-This command is used to extract PKCS7 structures of S/MIME signatures, in order
-to extract the public X509 certificate(s).
-
-This is a format string, see the $smime_decrypt_command command for possible
-printf(3)-like sequences. (S/MIME only)
-
-3.195. smime_get_cert_command
-
-Type: string
-Default: (empty)
-
-This command is used to extract X509 certificates from a PKCS7 structure.
-
-This is a format string, see the $smime_decrypt_command command for possible
-printf(3)-like sequences. (S/MIME only)
-
-3.196. smime_get_signer_cert_command
-
-Type: string
-Default: (empty)
-
-This command is used to extract only the signers X509 certificate from a S/MIME
-signature, so that the certificate's owner may get compared to the email's
-?From:? field.
-
-This is a format string, see the $smime_decrypt_command command for possible
-printf(3)-like sequences. (S/MIME only)
-
-3.197. smime_import_cert_command
-
-Type: string
-Default: (empty)
-
-This command is used to import a certificate via smime_keys.
-
-This is a format string, see the $smime_decrypt_command command for possible
-printf(3)-like sequences. (S/MIME only)
-
-3.198. smime_get_cert_email_command
-
-Type: string
-Default: (empty)
-
-This command is used to extract the mail address(es) used for storing X509
-certificates, and for verification purposes (to check whether the certificate
-was issued for the sender's mailbox).
-
-This is a format string, see the $smime_decrypt_command command for possible
-printf(3)-like sequences. (S/MIME only)