Configuration for crypt

This commit is contained in:
Stefan Kropp 2018-12-01 14:12:14 +01:00
parent 1d4efd913f
commit dc9ac8de82
No known key found for this signature in database
GPG Key ID: 10055DD86AA05BB3
4 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# -------------------------------------------------------------------------
# Name: pgp_self_encrypt
# -------------------------------------------------------------------------
# When set, PGP encrypted messages will also be encrypted using the key in
# $pgp_default_key. (PGP only)
# -------------------------------------------------------------------------
# set pgp_self_encrypt = yes

View File

@ -0,0 +1,13 @@
# -------------------------------------------------------------------------
# Name: crypt_autoencrypt
# -------------------------------------------------------------------------
# Setting this variable will cause NeoMutt to always attempt to PGP encrypt
# outgoing messages. This is probably only useful in connection to the
# “send-hook” command. It can be overridden by use of the pgp menu,
# when encryption is not required or signing is requested as well. If
# $smime_is_default is set, then OpenSSL is used instead to create S/MIME
# messages and settings can be overridden by use of the smime menu instead.
# (Crypto only)
# -------------------------------------------------------------------------
# set crypt_autoencrypt = no

View File

@ -0,0 +1,10 @@
# -------------------------------------------------------------------------
# Name: crypt_autopgp
# -------------------------------------------------------------------------
# This variable controls whether or not NeoMutt may automatically
# enable PGP encryption/signing for messages. See also
# $crypt_autoencrypt, $crypt_replyencrypt, $crypt_autosign,
# $crypt_replysign and $smime_is_default.
# -------------------------------------------------------------------------
# set crypt_autopgp = yes

View File

@ -0,0 +1,12 @@
# -------------------------------------------------------------------------
# Name: crypt_autosign
# -------------------------------------------------------------------------
# Setting this variable will cause NeoMutt to always attempt to
# cryptographically sign outgoing messages. This can be overridden by use
# of the pgp menu, when signing is not required or encryp tion is
# requested as well. If $smime_is_default is set, then OpenSSL is used
# instead to create S/MIME messages and settings can be overridden by use
# of the smime menu instead of the pgp menu. (Crypto only)
# -------------------------------------------------------------------------
# set crypt_autosign = no