diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-11-07 09:35:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-11-07 09:35:37 -0300 |
commit | 91a4c483f5e40cedb1f683f7620aacd6486a38d2 (patch) | |
tree | fe4b122b6a06a4fd50408551baadbd49040a88a7 | |
parent | 654ae84173817bc3cd16c03985c24a992914745c (diff) | |
download | mail-91a4c483f5e40cedb1f683f7620aacd6486a38d2.tar.gz mail-91a4c483f5e40cedb1f683f7620aacd6486a38d2.tar.bz2 |
Fix: mutt: coding style
-rw-r--r-- | muttrc.dot.link | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/muttrc.dot.link b/muttrc.dot.link index 7cc1cb7..090578e 100644 --- a/muttrc.dot.link +++ b/muttrc.dot.link @@ -2,7 +2,7 @@ # ££ file : muttrc # __,ôô by : rhatto at riseup.net # \\,_O -# /~ +# /~ # # ----------- @@ -106,7 +106,7 @@ set folder_format = "%2C %t %N %f" # ------- set use_from = yes set save_address = yes -set envelope_from = yes +set envelope_from = yes # ----- # Alias @@ -363,23 +363,23 @@ 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 # # We keep this section after all other stuff so custom # configuration can overwrite all defaults. -#----------------------------------------------------- +# ----------------------------------------------------- source "~/.custom/muttrc" |