summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-04-29 23:59:00 +0200
committerAlejandro Colomar <alx@kernel.org>2024-04-29 23:59:00 +0200
commite0fad29887f006d7c0ef60509eab11ac667641a3 (patch)
tree45f7033863cd6408965232d2560fc603430d8dd4
parent8ea186128f96d6f8912e05c95544734004618827 (diff)
CONTRIBUTING.d/mail: Recommend specific mutt(1) config
We want protected headers too. Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--CONTRIBUTING.d/mail6
1 files changed, 6 insertions, 0 deletions
diff --git a/CONTRIBUTING.d/mail b/CONTRIBUTING.d/mail
index fc75b9eee..a749e34ff 100644
--- a/CONTRIBUTING.d/mail
+++ b/CONTRIBUTING.d/mail
@@ -51,6 +51,12 @@ Description
using a PGP key. See also:
<https://www.gnupg.org/faq/gnupg-faq.html#use_pgpmime>
+ If you use mutt(1), we recommend the following configuration for
+ PGP:
+
+ set crypt_autosign = yes
+ set crypt_protected_headers_write = yes
+
See also
CONTRIBUTING
CONTRIBUTING.d/*