From 1254632045b0879f7149727324859d0951faa427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 20 Oct 2017 17:55:41 +0200 Subject: Update browser settings for mutt --- mutt/mailcap | 4 +--- mutt/muttrc | 2 +- private | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/mutt/mailcap b/mutt/mailcap index 35d29cd..552afc5 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -1,9 +1,7 @@ ##this is used when (v)iewing a text/html attachment: ##allowing you to browse and "click" links ##order matters the first entry which passes the test is used -#gui browser if $DISPLAY is set -text/html; conkeror %s &; test=test -n "$DISPLAY"; nametemplate=%s.html -#text browser otherwise +#text browser text/html; w3m -v -F -T text/html %s; nametemplate=%s.html; needsterminal ##auto_view will use the entry with the copiousoutput part: diff --git a/mutt/muttrc b/mutt/muttrc index 7fd15f1..8ab4125 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 && conkeror ~/.cache/mutt/mail.html && rm ~/.cache/mutt/mail.html" +macro attach 'V' "cat >~/.cache/mutt/mail.html && ( surf ~/.cache/mutt/mail.html & )" source ~/.mutt/gpg.rc set pgp_use_gpg_agent = yes diff --git a/private b/private index d3e0daa..fb3a9dd 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit d3e0daa2a380633e612ea70e546ca3fcc6bbe76f +Subproject commit fb3a9dd8a718b055168dc1bcac4e9ac19ad06e9e -- cgit v1.2.3