From dc9ac8de8217f45a960225320e3f6a1405f8a3ef Mon Sep 17 00:00:00 2001 From: Stefan Kropp Date: Sat, 1 Dec 2018 14:12:14 +0100 Subject: [PATCH] Configuration for crypt --- config/variable/04-004-pgp_self_encrypt | 8 ++++++++ config/variable/04-005-crypt_autoencrypt | 13 +++++++++++++ config/variable/04-006-crypt_autopgp | 10 ++++++++++ config/variable/04-007-crypt_autosign | 12 ++++++++++++ 4 files changed, 43 insertions(+) create mode 100644 config/variable/04-004-pgp_self_encrypt create mode 100644 config/variable/04-005-crypt_autoencrypt create mode 100644 config/variable/04-006-crypt_autopgp create mode 100644 config/variable/04-007-crypt_autosign diff --git a/config/variable/04-004-pgp_self_encrypt b/config/variable/04-004-pgp_self_encrypt new file mode 100644 index 0000000..38fb1a4 --- /dev/null +++ b/config/variable/04-004-pgp_self_encrypt @@ -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 diff --git a/config/variable/04-005-crypt_autoencrypt b/config/variable/04-005-crypt_autoencrypt new file mode 100644 index 0000000..bedb5ab --- /dev/null +++ b/config/variable/04-005-crypt_autoencrypt @@ -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 diff --git a/config/variable/04-006-crypt_autopgp b/config/variable/04-006-crypt_autopgp new file mode 100644 index 0000000..c4edd34 --- /dev/null +++ b/config/variable/04-006-crypt_autopgp @@ -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 diff --git a/config/variable/04-007-crypt_autosign b/config/variable/04-007-crypt_autosign new file mode 100644 index 0000000..2bfe1f1 --- /dev/null +++ b/config/variable/04-007-crypt_autosign @@ -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