mirror of
https://github.com/neomutt/samples.git
synced 2024-11-25 01:44:42 +01:00
Configuration for crypt
This commit is contained in:
parent
1d4efd913f
commit
dc9ac8de82
8
config/variable/04-004-pgp_self_encrypt
Normal file
8
config/variable/04-004-pgp_self_encrypt
Normal 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
|
13
config/variable/04-005-crypt_autoencrypt
Normal file
13
config/variable/04-005-crypt_autoencrypt
Normal 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
|
10
config/variable/04-006-crypt_autopgp
Normal file
10
config/variable/04-006-crypt_autopgp
Normal 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
|
12
config/variable/04-007-crypt_autosign
Normal file
12
config/variable/04-007-crypt_autosign
Normal 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
|
Loading…
Reference in New Issue
Block a user