diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-11-07 09:36:19 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-11-07 09:36:19 -0300 |
commit | 4501c632a38470a91fa2019175694acefd50135e (patch) | |
tree | 2fd993c965d9e70f5fd84c587a2acd10486d00c1 | |
parent | 91a4c483f5e40cedb1f683f7620aacd6486a38d2 (diff) | |
download | mail-4501c632a38470a91fa2019175694acefd50135e.tar.gz mail-4501c632a38470a91fa2019175694acefd50135e.tar.bz2 |
Feat: mutt: Autocrypt support (commented)
-rw-r--r-- | muttrc.dot.link | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/muttrc.dot.link b/muttrc.dot.link index 090578e..96a5213 100644 --- a/muttrc.dot.link +++ b/muttrc.dot.link @@ -376,6 +376,19 @@ set crypt_protected_headers_write = yes set crypt_protected_headers_save = yes set crypt_protected_headers_subject = "Encrypted subject" +# ------------------------------------------------------------------------ +# Autocrypt +# +# https://autocrypt.org/ +# https://en.wikipedia.org/wiki/Autocrypt +# http://www.mutt.org/relnotes/1.13/ +# http://www.mutt.org/doc/manual/#autocryptdoc +# https://muacrypt.readthedocs.io/mutt.html (alternative implementation) +# https://neomutt.org/guide/autocryptdoc.html (alternative, using neomutt) +# ------------------------------------------------------------------------ +#set autocrypt = yes +#set autocrypt_dir = "~/.local/share/mutt/autocrypt" + # ----------------------------------------------------- # Custom configuration # |