From 654ae84173817bc3cd16c03985c24a992914745c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 7 Nov 2020 08:33:20 -0300 Subject: Feat: mutt: Protected Headers support --- muttrc.dot.link | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/muttrc.dot.link b/muttrc.dot.link index 106a78f..7cc1cb7 100644 --- a/muttrc.dot.link +++ b/muttrc.dot.link @@ -363,6 +363,19 @@ macro compose \Cx& ":macro compose \\t \\Cx" #source "~/.mutt/sidebar" 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 # -- cgit v1.2.3