summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-01-14 14:48:24 -0800
committerKevin McCarthy <kevin@8t8.us>2020-01-14 14:48:24 -0800
commit427d472da7c84e813a9381f629969c4bc6005dff (patch)
tree1c36e9e8866ff8a62c3c29e692222cbd24fb1a2c /mutt.h
parent6470663e9da7c105b4f9bb62a250460de659478d (diff)
Add $crypt_opportunistic_encrypt_strong_keys config var.
When set, this modifies $crypt_opportunistic_encrypt to only search for "strong" keys (fully valid keys according to the web of trust). S/MIME behavior depends on the backend.
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mutt.h b/mutt.h
index d6f50b88..576ac742 100644
--- a/mutt.h
+++ b/mutt.h
@@ -569,6 +569,7 @@ enum
OPTCRYPTAUTOSMIME,
OPTCRYPTCONFIRMHOOK,
OPTCRYPTOPPORTUNISTICENCRYPT,
+ OPTCRYPTOPPENCSTRONGKEYS,
OPTCRYPTPROTHDRSREAD,
OPTCRYPTPROTHDRSSAVE,
OPTCRYPTPROTHDRSWRITE,