diff options
-rw-r--r-- | mutt/muttrc | 2 | ||||
m--------- | private | 0 | ||||
-rw-r--r-- | shellrc | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/mutt/muttrc b/mutt/muttrc index 8ab4125..7ebfa2a 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -15,7 +15,7 @@ set ispell="aspell" auto_view text/html alternative_order text/enriched text/plain text/html -macro attach 'V' "<pipe-entry>cat >~/.cache/mutt/mail.html && ( surf ~/.cache/mutt/mail.html & )<enter>" +macro attach 'V' "<pipe-entry>cat >~/.cache/mutt/mail.html && ( surf ~/.cache/mutt/mail.html >/dev/null & )<enter>" source ~/.mutt/gpg.rc set pgp_use_gpg_agent = yes diff --git a/private b/private -Subproject f7b73bf3e4dc34407ff62d1c842c370d28de892 +Subproject e0e87bda325c1873036c2b4248e47dd427b5631 @@ -19,6 +19,7 @@ alias cgdb='cgdb -q' alias octave='octave-cli -q' alias ssh='TERM="xterm-256color" ssh' alias feh='feh --magick-timeout 10 -.' +alias mutt='neomutt' export LESS=-R export LESS_TERMCAP_mb=$'\E[1;31m' |