# ££ file : muttrc
# __,ôô by : rhatto at riseup.net
# \\,_O
-# /~
+# /~
#
# -----------
# -------
set use_from = yes
set save_address = yes
-set envelope_from = yes
+set envelope_from = yes
# -----
# Alias
#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
#
# We keep this section after all other stuff so custom
# configuration can overwrite all defaults.
-#-----------------------------------------------------
+# -----------------------------------------------------
source "~/.custom/muttrc"