aboutsummaryrefslogtreecommitdiff
path: root/mutt/.muttrc
diff options
context:
space:
mode:
Diffstat (limited to 'mutt/.muttrc')
-rw-r--r--mutt/.muttrc16
1 files changed, 16 insertions, 0 deletions
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 <return> in attach view
+bind attach <return> 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 "<pipe-message>htmail-decode<return>" "render html mail using htmail-view"