]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Opportunistic encryption
authorSergey Matveev <stargrave@stargrave.org>
Thu, 3 Nov 2022 13:32:55 +0000 (16:32 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 3 Nov 2022 13:32:55 +0000 (16:32 +0300)
mutt/.mutt/muttrc

index b7fc9579722b0932c95aeac4fdc6eafd558d7453..cb90216a3544f65272b74f2b1068e276517e1d8a 100644 (file)
@@ -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 <F1> "<next-unread-mailbox><enter>"