diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2020-12-01 16:40:08 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2020-12-01 16:40:08 -0500 |
commit | 95012945a13707ec8a479587c74b61850c292181 (patch) | |
tree | e6f3839e8ea76bccea21d4384425cd2755997744 /.config/mutt/my-configs | |
parent | 57ba6889fa16d05e2fe914d7b90c5ebd9e6b191d (diff) |
Figlet headers and more vim spring cleaning
Diffstat (limited to '.config/mutt/my-configs')
-rw-r--r-- | .config/mutt/my-configs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.config/mutt/my-configs b/.config/mutt/my-configs index baa3c51..6bd6f1a 100644 --- a/.config/mutt/my-configs +++ b/.config/mutt/my-configs @@ -1,6 +1,6 @@ # These are my personal configs on top of mutt-wizard. # Add the following line to your muttrc to have them: -# source $HOME/.config/mutt/goobook +# source $HOME/.config/mutt/my-configs # GOOBOOK: # goobook let's you query google for contact information. @@ -17,4 +17,9 @@ set crypt_use_gpgme=yes set crypt_autosign set pgp_auto_decode +# Muttprint: +set print_command="muttprint" +# Dump all headers +# macro index p "<display-toggle-weed> <print-message> <display-toggle-weed> <exit>" + # vim: filetype=neomuttrc |