aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-11-07 08:33:20 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-11-07 08:33:20 -0300
commit654ae84173817bc3cd16c03985c24a992914745c (patch)
treea17368a36b0f7e0a85e2d4d9dfa6cfe65b0021b0
parent899cda0af124a57f17b270f293eabb8ed881ad3b (diff)
downloadmail-654ae84173817bc3cd16c03985c24a992914745c.tar.gz
mail-654ae84173817bc3cd16c03985c24a992914745c.tar.bz2
Feat: mutt: Protected Headers support
-rw-r--r--muttrc.dot.link13
1 files changed, 13 insertions, 0 deletions
diff --git a/muttrc.dot.link b/muttrc.dot.link
index 106a78f..7cc1cb7 100644
--- a/muttrc.dot.link
+++ b/muttrc.dot.link
@@ -364,6 +364,19 @@ macro compose \Cx& ":macro compose \\t \\Cx"
set sidebar_visible=no
#-----------------------------------------------------
+# Protected Headers, aka Memory Hole
+#
+# http://www.mutt.org/relnotes/1.12/
+# https://github.com/autocrypt/protected-headers
+# https://datatracker.ietf.org/doc/draft-autocrypt-lamps-protected-headers/
+# https://www.ietf.org/archive/id/draft-autocrypt-lamps-protected-headers-02.txt
+#-----------------------------------------------------
+set crypt_protected_headers_read = yes
+set crypt_protected_headers_write = yes
+set crypt_protected_headers_save = yes
+set crypt_protected_headers_subject = "Encrypted subject"
+
+#-----------------------------------------------------
# Custom configuration
#
# We keep this section after all other stuff so custom