From d1d434e0a2b51113fd73afc642fd302a14c6db4d Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 3 Nov 2022 16:32:55 +0300 Subject: [PATCH] Opportunistic encryption --- mutt/.mutt/muttrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc index b7fc957..cb90216 100644 --- a/mutt/.mutt/muttrc +++ b/mutt/.mutt/muttrc @@ -26,7 +26,6 @@ set forward_format = "Fwd: %s" set date_format = "%Y-%m-%d %H:%M" set index_format = "%4C %Z[%1H] %D [%N] %-15.15L (%?l?%4l&%4c?)%?M?[#%02M]?%?Y?[%Y]? %s" set pipe_decode = yes -set crypt_protected_headers_write = yes set print_command = "cat > /tmp/mail-printed" set attribution = "*** %n [%{%Y-%m-%d %H:%M}]:" set forward_attribution_intro = "----- BEGIN %i -----" @@ -34,6 +33,10 @@ set forward_attribution_trailer = "----- END %i -----" set mail_check_stats set folder_format="%3C %t %N [%3n|%3m] %D %f" +set crypt_protected_headers_write = yes +set crypt_opportunistic_encrypt = yes +set crypt_autosign = yes + source ~/.mutt/useragent.rc macro index,pager,browser "" -- 2.44.0