From 53337fa913285ce1aabf23a6d00bb3ff79c2e41a Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 13 Sep 2017 18:42:55 +0200 Subject: Add new mutt conf for read html mails --- mutt/.mutt/mailcap | 2 ++ mutt/.muttrc | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 mutt/.mutt/mailcap (limited to 'mutt') diff --git a/mutt/.mutt/mailcap b/mutt/.mutt/mailcap new file mode 100644 index 0000000..cc5c14f --- /dev/null +++ b/mutt/.mutt/mailcap @@ -0,0 +1,2 @@ +text/html; htmail-view file://%s; test=test -n "$DISPLAY"; nametemplate=%s.html; needsterminal; +text/html; w3m -I %{charset} -T text/html; copiousoutput; diff --git a/mutt/.muttrc b/mutt/.muttrc index 0b2dab7..1a23f62 100644 --- a/mutt/.muttrc +++ b/mutt/.muttrc @@ -107,3 +107,19 @@ mono body bold "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+" #color body brightblue white "(^|[[:space:]])\\*[^[:space:]]+\\*([[:space:]]|$)" # *Bold* text. #color body brightblue white "(^|[[:space:]])_[^[:space:]]+_([[:space:]]|$)" # _Underlined_ text. #color body brightblue white "(^|[[:space:]])/[^[:space:]]+/([[:space:]]|$)" # /Italic/ text. + +# prefer plain text +alternative_order text/plain text/enriched text/html + +# auto convert text/html MIME type to text/plain +auto_view text/html + +# run viewer defined in mailcap by in attach view +bind attach view-mailcap + +# mailcap file to use (optional) +set mailcap_path="~/.mutt/mailcap" + + +# handover mail to htmail-view (works only for multipart mails containing text/html payload) +macro index,pager H "htmail-decode" "render html mail using htmail-view" -- cgit v1.2.1