aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2017-10-30 09:33:26 +0100
committerKarel Kočí <karel.koci@nic.cz>2017-10-30 09:33:26 +0100
commit63fd828e65b1773350cfb402d604d814c72e30cf (patch)
tree17279b2c97477bd5096f0c598d4a290ab0f98d7b
parentd2b4a4cbfb36481dd8fc13e29ef88db9e10f5d93 (diff)
downloadmyconfigs-63fd828e65b1773350cfb402d604d814c72e30cf.tar.gz
myconfigs-63fd828e65b1773350cfb402d604d814c72e30cf.tar.bz2
myconfigs-63fd828e65b1773350cfb402d604d814c72e30cf.zip
Update mutt config
-rw-r--r--mutt/muttrc2
m---------private0
-rw-r--r--shellrc1
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
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'