From 63fd828e65b1773350cfb402d604d814c72e30cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 30 Oct 2017 09:33:26 +0100 Subject: Update mutt config --- mutt/muttrc | 2 +- private | 2 +- shellrc | 1 + 3 files changed, 3 insertions(+), 2 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' "cat >~/.cache/mutt/mail.html && ( surf ~/.cache/mutt/mail.html & )" +macro attach 'V' "cat >~/.cache/mutt/mail.html && ( surf ~/.cache/mutt/mail.html >/dev/null & )" source ~/.mutt/gpg.rc set pgp_use_gpg_agent = yes diff --git a/private b/private index f7b73bf..e0e87bd 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit f7b73bf3e4dc34407ff62d1c842c370d28de8925 +Subproject commit e0e87bda325c1873036c2b4248e47dd427b56315 diff --git a/shellrc b/shellrc index a01b3e5..4eec35e 100644 --- a/shellrc +++ b/shellrc @@ -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' -- cgit v1.2.3